Will Terraform CLI execute the planned actions when you generate a speculative execution plan?
Experience Level: Junior
Tags: Terraform
Answer
No, Terraform CLI not actually perform the planned actions. Speculative execution plans only display planned actions without performing them.
Related Terraform job interview questions
Using Terraform CLI, how do you create or update infrastructure according to Terraform configuration?
Terraform JuniorUsing terraform plan command of Terraform CLI, how can you enforce replacing of a specific resource that wasn't changed?
Terraform JuniorWhat is a speculative execution plan in Terraform?
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 Junior