Skip to content

Support for default_nginx_controller #707

@cs-iliev

Description

@cs-iliev

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions