What ways are there to pass values for input variables?
Answer
- Using
-varoption in the CLI - Using a file by using the
-var-fileoption in the CLI - Environment variable that starts with
TF_VAR_
If no value given, user will be prompted to provide one.