diff --git a/terraform/gcp/artifact-registry/dev/main.tf b/terraform/gcp/artifact-registry/dev/main.tf index 48c9ab06c..be8b8249f 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.7.0" + version = "5.8.0" } } } diff --git a/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf b/terraform/gcp/artifact-registry/modules/artifact-registry/main.tf index 48c9ab06c..be8b8249f 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.7.0" + version = "5.8.0" } } } diff --git a/terraform/gcp/gke/dev/main.tf b/terraform/gcp/gke/dev/main.tf index 1821fed8e..689a93f32 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.7.0" + version = "5.8.0" } } } diff --git a/terraform/gcp/gke/modules/gke/main.tf b/terraform/gcp/gke/modules/gke/main.tf index 4351b2c76..235ff589e 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.7.0" + version = "5.8.0" } } } diff --git a/terraform/gcp/root/main.tf b/terraform/gcp/root/main.tf index c3b544a8c..518b484c0 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.7.0" + version = "5.8.0" } } }