We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Managed nginx Ingress with the application routing add-on has a Key Vault integration (GA).
Documentation page: https://learn.microsoft.com/en-us/azure/aks/app-routing-dns-ssl#enable-azure-key-vault-integration
azurerm_kubernetes_cluster
This should be integrated here:
terraform-azurerm-aks/main.tf
Lines 497 to 503 in 10a3fa9
dynamic "web_app_routing" { for_each = var.web_app_routing == null ? [] : ["web_app_routing"] content { dns_zone_id = var.web_app_routing.dns_zone_id keyvault_id = var.key_vault.id } }
This PR is pending on this azurerm provider PR: hashicorp/terraform-provider-azurerm#24131
The text was updated successfully, but these errors were encountered:
+1 for this
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Description
The Managed nginx Ingress with the application routing add-on has a Key Vault integration (GA).
Documentation page:
https://learn.microsoft.com/en-us/azure/aks/app-routing-dns-ssl#enable-azure-key-vault-integration
New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Potential Terraform Configuration
This should be integrated here:
terraform-azurerm-aks/main.tf
Lines 497 to 503 in 10a3fa9
References
This PR is pending on this azurerm provider PR:
hashicorp/terraform-provider-azurerm#24131
The text was updated successfully, but these errors were encountered: