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

Error: Unsupported argument #4

Open Tajjun opened 4 years ago

Tajjun commented 4 years ago

getting unsupported arguments error message with v 0.1.0, and a different error with v0.1.1

`Error: Unsupported argument

on module.tf line 10, in module "appgw-ingress-k8s-cluster": 10: resource_group_name = "${azurerm_resource_group.test.name}"

An argument named "resource_group_name" is not expected here.

Error: Unsupported argument

on module.tf line 11, in module "appgw-ingress-k8s-cluster": 11: location = "westeurope"

An argument named "location" is not expected here.`

pratham98k commented 4 years ago

same issue I am facing.

majeedmparsec commented 2 years ago

getting unsupported arguments error message with v 0.1.0, and a different error with v0.1.1

`Error: Unsupported argument

on module.tf line 10, in module "appgw-ingress-k8s-cluster": 10: resource_group_name = "${azurerm_resource_group.test.name}"

An argument named "resource_group_name" is not expected here.

Error: Unsupported argument

on module.tf line 11, in module "appgw-ingress-k8s-cluster": 11: location = "westeurope"

An argument named "location" is not expected here.`

Did you find the solution??