Open Tajjun opened 4 years ago
same issue I am facing.
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??
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.`