Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In terraform, input variables (data provided at runtime, for example that you don't want to put in *.tf directly, for security) can be set/assigned in three ways: 1) [...detailed description here...] 2) put in *.tfvars file and called via -var-file flag to terraform command , 3) via environment variables that start with TF_VAR_{name}.
Answer

via -var flag to terraform command

^^^ e.g.:

terraform apply -var 'region=europe-west1-a'

Question
In terraform, input variables (data provided at runtime, for example that you don't want to put in *.tf directly, for security) can be set/assigned in three ways: 1) [...detailed description here...] 2) put in *.tfvars file and called via -var-file flag to terraform command , 3) via environment variables that start with TF_VAR_{name}.
Answer
?

Question
In terraform, input variables (data provided at runtime, for example that you don't want to put in *.tf directly, for security) can be set/assigned in three ways: 1) [...detailed description here...] 2) put in *.tfvars file and called via -var-file flag to terraform command , 3) via environment variables that start with TF_VAR_{name}.
Answer

via -var flag to terraform command

^^^ e.g.:

terraform apply -var 'region=europe-west1-a'

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.