HashiCorp Certified: Terraform Associate — Question 300
A terraform apply can not _________ infrastructure.
Answer options
- A. change
- B. destroy
- C. provision
- D. import
Correct answer: D
Explanation
The correct answer is D, as 'import' is not an operation that can be executed with 'terraform apply'. 'terraform apply' is used for applying changes to the infrastructure, which includes changing, destroying, or provisioning resources, but not importing existing resources.