Skip to content

Commit

Permalink
chore(deps): update terraform aws to v5.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 16, 2024
1 parent a376f3f commit 49e9c86
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 40 deletions.
60 changes: 30 additions & 30 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/admin/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.62.0"
version = "5.72.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/authentication/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.62.0"
version = "5.72.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/corsham_test/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.62.0"
version = "5.72.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/dhcp_standby/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.62.0"
version = "5.72.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.62.0"
version = "5.72.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/dns_dhcp_common/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.62.0"
version = "5.72.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/servers_vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.62.0"
version = "5.72.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.62.0"
version = "5.72.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/vpc_flow_logs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.62.0"
version = "5.72.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.62.0"
version = "5.72.0"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 49e9c86

Please sign in to comment.