Skip to content

Commit

Permalink
chore(deps): update terraform aws to v5.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 5a0eaf4 commit 6691d91
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion terraform/ops-aws-instance-profiles/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.70.0"
version = "5.71.0"
}
}
required_version = ">= 1"
Expand Down
2 changes: 1 addition & 1 deletion terraform/ops-cluster-mintworld/controlplane/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.70.0"
version = "5.71.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.70.0"
version = "5.71.0"
}
github = {
source = "integrations/github"
Expand Down
2 changes: 1 addition & 1 deletion terraform/ops-cluster-mintworld/network/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.70.0"
version = "5.71.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.70.0"
version = "5.71.0"
}

hcp = {
Expand Down
2 changes: 1 addition & 1 deletion terraform/ops-cluster-mintworld/workers-web/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.70.0"
version = "5.71.0"
}

hcp = {
Expand Down
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.70.0"
version = "5.71.0"
}
}
required_version = ">= 1"
Expand Down

0 comments on commit 6691d91

Please sign in to comment.