Question 31

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?
  • Question 32

    What does the default "local" Terraform backend store?
  • Question 33

    After executing a terraform apply, you notice that a resource has a tilde (~) next to it. What does this infer?
  • Question 34

    John is writing a module and within the module, there are multiple places where he has to use the same conditional expression but he wants to avoid repeating the same values or expressions multiple times in a configuration,. What is a better approach to dealing with this?
  • Question 35

    During a terraform plan, a resource is successfully created but eventually fails during provisioning. What happens to the resource?