Modify : add secret in Vault
All checks were successful
terraform validation / Terraform (push) Successful in 12s

This commit is contained in:
2025-01-18 14:23:04 +01:00
parent 3b730dd859
commit c9357e490d
4 changed files with 33 additions and 11 deletions

View File

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