You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The azurerm terraform provider switched from dns_zone_id (string) in the web_app_routing dynamic block to dns_zone_ids (list of strings), this allows us to configure multiple DNS zones for the extension and is very helpful when dealing with multiple domains.
I would like to request that support be added for this behaviour.
Is there an existing issue for this?
Greenfield/Brownfield provisioning
greenfield
Terraform Version
1.7.0+
Module Version
9.1.0
AzureRM Provider Version
3.113.0
Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Terraform Configuration Files
tfvars variables values
Debug Output/Panic Output
Expected Behaviour
The azurerm terraform provider switched from
dns_zone_id
(string) in theweb_app_routing
dynamic block todns_zone_ids
(list of strings), this allows us to configure multiple DNS zones for the extension and is very helpful when dealing with multiple domains.I would like to request that support be added for this behaviour.
Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
https://registry.terraform.io/providers/hashicorp/azurerm/3.108.0/docs/resources/kubernetes_cluster#web_app_routing-1
The text was updated successfully, but these errors were encountered: