Files
tools/crowdsec/iac/backend.tf
Gabriel Radureau 0b462e02f0
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 22s
Helm Charts / Library charts tool (push) Has been skipped
Helm Charts / Application charts pgcat (push) Has been skipped
configure postgresql for crowdsec
2025-12-03 18:04:54 +01:00

6 lines
98 B
HCL

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