removal of the term: example / Create all
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 13s

This commit is contained in:
2025-11-20 11:02:54 +01:00
parent 76c297ffa8
commit 38ff1fbefd
7 changed files with 16 additions and 289 deletions

View File

@@ -1,6 +1,7 @@
# =============================================================================
# VAULT DATA SOURCES
# =============================================================================
data "vault_generic_secret" "cloudflare" {
path = var.vault_cloudflare_path
}
@@ -12,6 +13,7 @@ data "vault_generic_secret" "authentik" {
# =============================================================================
# LOCALS
# =============================================================================
locals {
# Secrets Cloudflare depuis Vault
cloudflare_api_token = data.vault_generic_secret.cloudflare.data["api_token"]