Skip to content

Commit 7bdc930

Browse files
Bump hashicorp/aws from 5.37.0 to 5.84.0 in /terraform
Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.37.0 to 5.84.0. - [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.37.0...v5.84.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cf7700 commit 7bdc930

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

terraform/modules/deductions-core/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.37.0"
5+
version = "5.84.0"
66
configuration_aliases = [ aws.ci ]
77
}
88
}

terraform/modules/deductions-private/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.37.0"
5+
version = "5.84.0"
66
configuration_aliases = [ aws.ci ]
77
}
88
}

terraform/modules/mhs/cluster-network/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.37.0"
5+
version = "5.84.0"
66
configuration_aliases = [ aws.ci ]
77
}
88
}

terraform/modules/mhs/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.37.0"
5+
version = "5.84.0"
66
configuration_aliases = [ aws.ci ]
77
}
88
}

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.37.0"
5+
version = "5.84.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)