Skip to content

Commit

Permalink
Update Terraform aws to v5.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 7, 2023
1 parent b16dd29 commit 688effc
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 29 deletions.
34 changes: 16 additions & 18 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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.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.20.0"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 688effc

Please sign in to comment.