Skip to content

Commit

Permalink
chore(deps): update terraform hashicorp/terraform to >= 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent b9929a2 commit 89adcac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/modules/k8s/chaos_mesh/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.0"
required_version = ">= 1.10.3"
required_providers {
helm = {
source = "hashicorp/helm"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/quick-deploy/gcp/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.0"
required_version = ">= 1.10.3"
required_providers {
google = {
source = "hashicorp/google"
Expand Down

0 comments on commit 89adcac

Please sign in to comment.