Update : add backend
All checks were successful
terraform validation / Terraform (push) Successful in 12s

This commit is contained in:
2025-01-19 10:52:54 +01:00
parent c9357e490d
commit a639ab09f8
3 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
data "vault_generic_secret" "cloudflare" {
path = "secret/cloudflare"
}
}