Using varsFrom #299
Answered
by
chanwit
artem-nefedov
asked this question in
Q&A
Using varsFrom
#299
-
Is it possible to use |
Beta Was this translation helpful? Give feedback.
Answered by
chanwit
Aug 17, 2022
Replies: 1 comment 3 replies
-
It accepts value in JSON format (that's why a string is also valid). You can use JSON to encode any values you want. and they all are written down into |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
artem-nefedov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It accepts value in JSON format (that's why a string is also valid). You can use JSON to encode any values you want.
https://github.com/weaveworks/tf-controller/blob/fd0dcd3cc716962ea281b617aac7b0fe083ee607/runner/server.go#L332-L337
and they all are written down into
generated.auto.tfvars.json
file:https://github.com/weaveworks/tf-controller/blob/fd0dcd3cc716962ea281b617aac7b0fe083ee607/runner/server.go#L404-L405