Skip to content
New issue

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

web_app_routing switched from dns_zone_id to dns_zone_ids in 3.108 #605

Open
1 task done
cristicalin opened this issue Nov 11, 2024 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@cristicalin
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

module "aks" {
  source  = "Azure/aks/azurerm"
  version = "9.2.0"
...
  web_app_routing = {
    dns_zone_ids = "/subscription..../dnszone"
  }
}

tfvars variables values

....

Debug Output/Panic Output

....

Expected Behaviour

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.

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

@zioproto
Copy link
Collaborator

This requires provider version 3.107.0
hashicorp/terraform-provider-azurerm#26117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants