Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throwing an error on terraform v0.12.7 #1

Closed
claudiopalmeira opened this issue Aug 29, 2019 · 1 comment
Closed

Throwing an error on terraform v0.12.7 #1

claudiopalmeira opened this issue Aug 29, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@claudiopalmeira
Copy link

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?

@headcr4sh
Copy link
Collaborator

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.

@headcr4sh headcr4sh added the enhancement New feature or request label Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants