What is a speculative execution plan in Terraform?
Experience Level: Junior
Tags: Terraform
Answer
A speculative execution plan is showing what actions Terraform would take to apply the current configuration.
You can generate a speculative execution plan by running the following command:
terraform plan
Related Terraform job interview questions
Using terraform plan command of Terraform CLI, how can you enforce replacing of a specific resource that wasn't changed?
Terraform JuniorWill Terraform CLI execute the planned actions when you generate a speculative execution plan?
Terraform JuniorUsing Terraform CLI, how do you limit planning operation to only specific resource?
Terraform JuniorUsing Terraform CLI, how do you limit planning operation to only resources of a specific module?
Terraform JuniorUsing Terraform CLI, how do you pass variable value when you execute terraform plan command?
Terraform Junior