Skip to content

Commit d43d8b2

Browse files
dependabot[bot]kanywst
authored andcommitted
chore(deps): update hashicorp/aws requirement from ~> 5.70 to ~> 6.46
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.70.0...v6.46.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 6.46.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4268980 commit d43d8b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

08-localstack-aws-sg/terraform/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 5.70"
5+
version = "~> 6.46"
66
}
77
}
88
}

0 commit comments

Comments
 (0)