6 lines
99 B
Terraform
6 lines
99 B
Terraform
terraform {
|
|
backend "gcs" {
|
|
bucket = "arcodange-tf"
|
|
prefix = "tools/plausible/main"
|
|
}
|
|
} |