From 24642950f78e70c05e7e493d2810a71bef1819c8 Mon Sep 17 00:00:00 2001 From: Aleksei Krugliak Date: Sun, 1 Sep 2024 15:25:36 +0400 Subject: [PATCH] comment backend.tf for default --- private-cluster-module/backend.tf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 +# } +# }