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

5 lines
74 B
HCL

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