tf-gke-test/private-cluster-module/backend.tf

11 lines
301 B
Terraform
Raw Normal View History

2024-09-01 13:25:36 +02:00
# # Optionallly you can use bucket as backend
# # If you would to do that - uncomment code below and follow instructions in README.md
2024-09-01 13:19:36 +02:00
2024-09-01 13:25:36 +02:00
# terraform {
# backend "gcs" {
# bucket = var.bucket_name
# prefix = var.bucket_prefix
# credentials = var.bucket_credentials_json
# }
# }