bouwroute-devops/infra/clusters/platform/vault.tf

5 lines
76 B
HCL

provider "vault" {
address = var.vault_addr
token = var.vault_token
}