Files
tools/plausible/iac/backend.tf

6 lines
99 B
HCL

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