Files
tools/crowdsec/iac/backend.tf
Gabriel Radureau 859057be66
All checks were successful
Helm Charts / Detect changed charts (push) Successful in 16s
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:08:53 +01:00

6 lines
98 B
HCL

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