Closed mbarrera-kong closed 1 month ago
The vault name
must be one of the supported Vault types. Try this:
resource "konnect_gateway_vault" "name-global-vault" {
config = jsonencode({
"type" = "secrets",
"location" = "uk-south",
"vault_uri" = "https://name-vault.vault.azure.net"
})
control_plane_id = konnect_gateway_control_plane.name-global-cp.id
description = "Name Global Vault"
name = "azure"
prefix = "ngv"
}
Hi,
when trying to configure the Azure Key Vault via Terraform for Konnect we run into following issue. As mentioned per the terraform documentation we provide the config as json.
Azure Key Vaults
Kind regards