-
Notifications
You must be signed in to change notification settings - Fork 500
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
The web_app_routing block should be able to set the default_nginx_controller property.
New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster.main
Potential Terraform Configuration
web_app_routing = {
dns_zone_ids = var.web_app_routing.dns_zone_ids
default_nginx_controller = "None" # Other values are "Internal", "External", "AnnotationControlled"
}References
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo