comment backend.tf for default
This commit is contained in:
parent
4f58bc6b17
commit
24642950f7
|
@ -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
|
||||
# }
|
||||
# }
|
||||
|
|
Loading…
Reference in New Issue