HashiCorp Certified: Terraform Associate — Question 91

Which of the following is not an action performed by terraform init?

Answer options

Correct answer: A

Explanation

The correct answer is A, as terraform init does not automatically create a sample main.tf file; it expects the user to provide this configuration file. Options B, C, and D are all actions performed during the initialization process, making them incorrect choices.