How do you approve changes presented by terraform apply command of Terraform CLI?
Experience Level: Junior
Tags: Terraform
Answer
Just type yes and the planned changes will be applied.
Related Terraform job interview questions
Using Terraform CLI, how can you experiment with Terraform interpolations?
Terraform JuniorThe Terraform CLI command terraform destroy is just a convenience alias. For which command?
Terraform JuniorUsing Terraform CLI, how do you apply plan that you previously stored using terraform plan command?
Terraform JuniorUsing Terraform CLI, how do you destroy all infrastructure that is present in your Terraform state?
Terraform JuniorUsing Terraform CLI, you want to apply your configuration changes. How do you approve them automatically so that you don't need to confirm by typing yes?
Terraform Junior