Azure / terraform-azurerm-appgw-ingress-k8s-cluster

The Application Gateway Ingress Controller allows the Azure Application Gateway to be used as the ingress for an Azure Kubernetes Service aka AKS cluster. As shown in the figure below, the ingress controller runs as a pod within the AKS cluster. It consumes Kubernetes Ingress Resources and converts them to an Azure Application Gateway configuration which allows the gateway to load-balance traffic to Kubernetes pods.
MIT License
38 stars 35 forks source link

Upgrade terraform and azurerm #6

Closed reifnir closed 4 years ago

reifnir commented 4 years ago

Ran the terraform 0.12upgrade command which resolved the string interpolation warnings and created a versions.tf file explicitly stating that terraform 0.12.x + is required.

Resolved two azurerm changes that are currently throwing deprecated property warnings.

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.

Xat59 commented 3 years ago

Good work. I'm able to use it now with azurerm 2.20.0 provider.

@VaijanathB Why is this PR not tagged ? Can you please add a new tag from this PR ?