HashiCorp Terraform-Associate-003 - HashiCorp Certified: Terraform Associate (003) (HCTA0-003)
Total 253 questions
terraform init creates an example main.tf file in the current directory.
Terraform providers are always installed from the Internet.
Which of the following is availableonlyinHCP Terraform workspacesandnot in Terraform CLI?
You ate creating a Terraform configuration which needs to make use of multiple providers, one for AWS and one for Datadog. Which of the following provider blocks would allow you to do this?
A)

B)
C)
D)
A resource block is shown in the Exhibit space of this page. What is the Terraform resource name of the resource block?
Which of these statements about Terraform Cloud workspaces is false?
Terraform configuration can only call modules from the public registry.
What type of block is used to construct a collection of nested configuration blocks?
_______backends support state locking.
A module block is shown in the Exhibit space of this page. When you use a module block to reference a module from the Terraform Registry such as the one in the example, how do you specify version 1.0.0 of the module?
