HashiCorp Terraform-Associate-003 Question Answer
terraform init creates an example main.tf file in the current directory.
True
False
terraform initdoes not create a main.tf file.
Itinitializesthe Terraform working directory, downloads provider plugins, and configures the backend.
Terraform does not generate an example configuration (main.tf); users must create it manually.
Official Terraform Documentation Reference:
terraform init - HashiCorp Documentation
TESTED 31 Oct 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved