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

Passing multiple parameters with the same name #103

Open
GreatTeacherBasshead opened this issue Sep 2, 2018 · 2 comments
Open

Passing multiple parameters with the same name #103

GreatTeacherBasshead opened this issue Sep 2, 2018 · 2 comments

Comments

@GreatTeacherBasshead
Copy link

Is it possible to pass multiple parameters with same name?
For example:

  1. docker run --env VAR1=value1 --env VAR2=value2 --env VAR3=value3 ubuntu env
  2. terraform apply -var 'var1=value1' -var 'var2=value2' -var 'var3=value3'
@siywilliams
Copy link
Member

What behaviour would you expect ?

I suspect that the last parameter/value pair processed will be written to the parameter variable.

@GreatTeacherBasshead
Copy link
Author

The idea is to be able to create dynamic variables in the same way as in docker or terraform.

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

2 participants