Skip to content

Commit

Permalink
chore(deps): update terraform aws to v5.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 7, 2024
1 parent 604add6 commit bd1aeb2
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 95 deletions.
60 changes: 30 additions & 30 deletions terraform/ops-aws-instance-profile/.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 terraform/ops-aws-instance-profile/versions.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.51.1"
version = "5.53.0"
}
}
required_version = ">= 1"
Expand Down
60 changes: 30 additions & 30 deletions terraform/ops-registry/.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 terraform/ops-registry/versions.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.51.1"
version = "5.53.0"
}
}
required_version = ">= 1"
Expand Down
60 changes: 30 additions & 30 deletions terraform/stg-cluster-mintworld/.terraform.lock.hcl

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

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.51.1"
version = "5.53.0"
}

hcp = {
Expand Down
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.51.1"
version = "5.53.0"
}
}
required_version = ">= 1"
Expand Down
2 changes: 1 addition & 1 deletion terraform/stg-cluster-mintworld/terraform.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.51.1"
version = "5.53.0"
}

hcp = {
Expand Down

0 comments on commit bd1aeb2

Please sign in to comment.