How can you pass variables to Terraform CLI console command?

Experience Level: Junior
Tags: Terraform

Answer

Run the following command:

terraform console -var 'foo=bar' -var 'abc=def'

or

terraform console -var-file=file

Comments

No Comments Yet.
Be the first to tell us what you think.
Terraform CLI
Terraform CLI

Are you learning Terraform ? Try our test we designed to help you progress faster.

Test yourself