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

terragrunt apply asking for variable input #11

Open
headyj opened this issue Nov 30, 2018 · 0 comments
Open

terragrunt apply asking for variable input #11

headyj opened this issue Nov 30, 2018 · 0 comments

Comments

@headyj
Copy link

headyj commented Nov 30, 2018

Hello,

I did a very similiar project (basically copy/pasted this one) but I have a problem when executing terragrunt apply in a specific module implementation (example in non-prod/us-east-1/qa/mysql), terragrunt is asking me for variables input of values that are already defined in current level terraform.tfvars (here for example instance_class, allocated_storage, etc).

When I see the details of the executed terraform command, it seems that in fact the current directory .tfvars file is not taken:

terraform apply -var-file=/home/[....]/mariadb/../environment.tfvars -var-file=/home/[...]/mariadb/../../global.tfvars

I think probably there should be a -va-file=terraform.tfvars but I don't know why it's not included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant