How to pass variable to Terrraform ? #2196
Unanswered
KiteVision
asked this question in
Q&A
Replies: 1 comment
-
Bug ? Some more information for whom it may be useful : It looks like a bug because variables are indeed taken into account by Terraform "plan" phase when defined in the environnement section, nevertheless they are not know any more when starting the "apply" phase. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone and thanks a lot to SemaphoreUI's team for your project !
Can someone please explain me how to pass a variable to Terraform using the "extra args" windows ?
I tried something like : [ "-var="ssh_private_key=$SSH-PRIVATE-KEY""] where SSH-PRIVATE-KEY is a secret value I defined in the project environment, and ssh-private-key the variable name in Terraform.... but it doesnt work
Beta Was this translation helpful? Give feedback.
All reactions