Skip to content

Commit

Permalink
chore(deps): update hashicorp/aws requirement from ~> 5.30.0 to ~> 5.…
Browse files Browse the repository at this point in the history
…40.0

Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v5.30.0...v5.40.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 8, 2024
1 parent 3899f28 commit e9d7d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.tf
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.30.0"
version = "~> 5.40.0"
}
}
}
Expand Down

0 comments on commit e9d7d18

Please sign in to comment.