Skip to content

Commit

Permalink
Update Terraform aws to v5.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 11, 2023
1 parent 4fc71ef commit c06503d
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 30 deletions.
49 changes: 30 additions & 19 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.14.0"
version = "5.25.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.14.0"
version = "5.25.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/bastion/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.14.0"
version = "5.25.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.14.0"
version = "5.25.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.14.0"
version = "5.25.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.14.0"
version = "5.25.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.14.0"
version = "5.25.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.14.0"
version = "5.25.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.14.0"
version = "5.25.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.14.0"
version = "5.25.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.14.0"
version = "5.25.0"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit c06503d

Please sign in to comment.