Files
tools/crowdsec/iac/main.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

5 lines
210 B
HCL

module "app_roles" {
source = "git::ssh://git@192.168.1.202:2222/arcodange-org/tools.git//hashicorp-vault/iac/modules/app_roles?depth=1&ref=main"
name = "crowdsec"
service_account_namespaces = ["tools"]
}