HashiCorp Certified: Terraform Associate — Question 333

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

Answer options

Correct answer: A, C

Explanation

Option A is correct because terraform apply only affects resources defined in the current working directory or workspace. Option C is also correct since Terraform may need to destroy and recreate resources based on the provider's specifications. Options B, D, and E are incorrect as they do not accurately represent the behavior of terraform apply.