Using Terraform CLI, how do you store a plan to a path so that you would then be able to use it as input to the apply command?

Experience Level: Junior
Tags: Terraform

Answer

Run the following command:

terraform plan -out=path

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