-
Notifications
You must be signed in to change notification settings - Fork 5
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
Overwrite tfvar files doesn't work properly #120
Labels
Comments
I would suggest a minor improvement for the following use case:
Actual result:
|
@avozicov FYI. The main requirements for all the FT parameters were described here:
|
Test Passed
|
Checked. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following setup:
.recink.yml
recink run terraform -vv \ --tf-varfiles="dev.tfvars,common.tfvars"
Expected result: apply values from dev.tfvars and common.tfvars
Actual result: apply values from dev.tfvars, common.tfvars and common2.tfvars
The text was updated successfully, but these errors were encountered: