Files
webapp/iac/backend.tf

6 lines
92 B
HCL

terraform {
backend "gcs" {
bucket = "arcodange-tf"
prefix = "webapp/main"
}
}