Question 91
True or False? By default, Terraform destroy will prompt for confirmation before proceeding.
Question 92
During a terraform plan, a resource is successfully created but eventually fails during provisioning. What happens to the resource?
Question 93
In order to make a Terraform configuration file dynamic and/or reusable, static values should be converted to use what?
Question 94
Which two steps are required to provision new infrastructure in the Terraform workflow? (Choose two.)
Question 95
Terraform will sync all resources in state by default for every plan and apply, hence for larger infrastructures this can slow down terraform plan and terraform apply commands?