diff --git a/terraform-init/storage.tf b/terraform-init/storage.tf index 418ec2f..c333040 100644 --- a/terraform-init/storage.tf +++ b/terraform-init/storage.tf @@ -15,7 +15,7 @@ # https://registry.terraform.io/modules/terraform-google-modules/cloud-storage/google module "terraform_backend_gcs_buckets" { source = "terraform-google-modules/cloud-storage/google" - version = "8.0.1" + version = "8.0.2" location = var.terraform_state_production_bucket_location names = [var.terraform_state_production_bucket_name]