HashiCorp Certified: Terraform Associate (003) — Question 20

Which of the following is true about terraform apply? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Answer B is correct because Terraform may need to recreate resources depending on how they are defined by the provider. Answer C is also correct as terraform apply only works on the infrastructure specified in the current directory or workspace. The other options either misrepresent how terraform apply functions or present incorrect requirements.