terraform/backend.tf (
6
lines of code) (
raw
):
terraform { backend "gcs" { bucket = "<TERRAFORM_BUCKET>" prefix = "<TERRAFORM_ENV>" } }