diff --git a/terraform/gcp/artifact-registry/dev/main.tf b/terraform/gcp/artifact-registry/dev/main.tf index 6a5655cbf..12603b96e 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 = "6.17.0" + version = "6.19.0" } } } diff --git a/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf b/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf index 6a5655cbf..12603b96e 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 = "6.17.0" + version = "6.19.0" } } } diff --git a/terraform/gcp/gke/dev/main.tf b/terraform/gcp/gke/dev/main.tf index 359aa5c2d..5f8181bf9 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 = "6.17.0" + version = "6.19.0" } } } diff --git a/terraform/gcp/gke/modules/gke/main.tf b/terraform/gcp/gke/modules/gke/main.tf index f31250d0a..a5ec8f8bc 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 = "6.17.0" + version = "6.19.0" } } } diff --git a/terraform/gcp/oidc/main.tf b/terraform/gcp/oidc/main.tf index 29e69d551..d98317185 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 = "6.17.0" + version = "6.19.0" configuration_aliases = [ google-beta.bootstrap, google-beta.network, diff --git a/terraform/gcp/root/main.tf b/terraform/gcp/root/main.tf index c3eb4176f..ffac79618 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 = "6.17.0" + version = "6.19.0" } } }