You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing terraform init, the folllowing error is thrown
`Error: Invalid argument name
on .terraform/modules/alb.alb-ingress-controller/iplabs-terraform-kubernetes-alb-ingress-controller-2671b50/main.tf line 171, in resource "kubernete_account" "this":
171: "app" = "aws-alb-ingress-controller"
Argument names must not be quoted.
`
How do we fix this?
The text was updated successfully, but these errors were encountered:
I have just updated the syntax of the module to be compatible with Terraform 0.12 syntax.
Use the latest version (2.0.0) to use the module in conjunction with Terraform >=0.12.
When executing terraform init, the folllowing error is thrown
`Error: Invalid argument name
on .terraform/modules/alb.alb-ingress-controller/iplabs-terraform-kubernetes-alb-ingress-controller-2671b50/main.tf line 171, in resource "kubernete_account" "this":
171: "app" = "aws-alb-ingress-controller"
Argument names must not be quoted.
`
How do we fix this?
The text was updated successfully, but these errors were encountered: