Files
tools/crowdsec/iac/backend.tf
Gabriel Radureau 76a86e0a6e
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 17s
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 17:58:03 +01:00

6 lines
98 B
HCL

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