diff --git a/terraform/gcp/artifact-registry/dev/main.tf b/terraform/gcp/artifact-registry/dev/main.tf index dc1a02460..b7a52f6ab 100644 --- a/terraform/gcp/artifact-registry/dev/main.tf +++ b/terraform/gcp/artifact-registry/dev/main.tf @@ -20,7 +20,7 @@ terraform { required_providers { google-beta = { source = "hashicorp/google-beta" - version = "5.30.0" + version = "5.36.0" } } } diff --git a/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf b/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf index dc1a02460..b7a52f6ab 100644 --- a/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf +++ b/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf @@ -20,7 +20,7 @@ terraform { required_providers { google-beta = { source = "hashicorp/google-beta" - version = "5.30.0" + version = "5.36.0" } } } diff --git a/terraform/gcp/gke/dev/main.tf b/terraform/gcp/gke/dev/main.tf index 69e1036b4..7c294e92d 100644 --- a/terraform/gcp/gke/dev/main.tf +++ b/terraform/gcp/gke/dev/main.tf @@ -26,7 +26,7 @@ terraform { # tflint-ignore: terraform_unused_required_providers google-beta = { source = "hashicorp/google-beta" - version = "5.30.0" + version = "5.36.0" } } } diff --git a/terraform/gcp/gke/modules/gke/main.tf b/terraform/gcp/gke/modules/gke/main.tf index 4fb89be79..3761c9aa1 100644 --- a/terraform/gcp/gke/modules/gke/main.tf +++ b/terraform/gcp/gke/modules/gke/main.tf @@ -24,7 +24,7 @@ terraform { } google-beta = { source = "hashicorp/google-beta" - version = "5.30.0" + version = "5.36.0" } } } diff --git a/terraform/gcp/oidc/main.tf b/terraform/gcp/oidc/main.tf index 4b48958cc..b0df746a2 100644 --- a/terraform/gcp/oidc/main.tf +++ b/terraform/gcp/oidc/main.tf @@ -33,7 +33,7 @@ terraform { } google-beta = { source = "hashicorp/google-beta" - version = "5.30.0" + version = "5.36.0" configuration_aliases = [ google-beta.bootstrap, google-beta.network, diff --git a/terraform/gcp/root/main.tf b/terraform/gcp/root/main.tf index 63230ca65..9c01f98ae 100644 --- a/terraform/gcp/root/main.tf +++ b/terraform/gcp/root/main.tf @@ -24,7 +24,7 @@ terraform { # } google-beta = { source = "hashicorp/google-beta" - version = "5.30.0" + version = "5.36.0" } } }