removal of the term: example / Create all
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 13s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 13s
This commit is contained in:
2
main.tf
2
main.tf
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user