Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit d934aa5

Browse files
Update hashicorp/aws requirement from ~> 3.27 to ~> 5.46 in /terraform (#85)
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@v3.27.0...v5.46.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e6ea78 commit d934aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
required_providers {
99
aws = {
1010
source = "hashicorp/aws"
11-
version = "~> 3.27"
11+
version = "~> 5.46"
1212
}
1313
}
1414
backend "remote" {

0 commit comments

Comments
 (0)