diff --git a/private-cluster-module/backend.tf b/private-cluster-module/backend.tf index 34bef66..b6d227d 100644 --- a/private-cluster-module/backend.tf +++ b/private-cluster-module/backend.tf @@ -1,10 +1,10 @@ -# Optionallly you can use bucket as backend -# If you would to do that - uncomment code below and follow instructions in README.md +# # Optionallly you can use bucket as backend +# # If you would to do that - uncomment code below and follow instructions in README.md -terraform { - backend "gcs" { - bucket = var.bucket_name - prefix = var.bucket_prefix - credentials = var.bucket_credentials_json - } -} +# terraform { +# backend "gcs" { +# bucket = var.bucket_name +# prefix = var.bucket_prefix +# credentials = var.bucket_credentials_json +# } +# }