Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Pass the HashiCorp Terraform Associate Terraform-Associate-003 Questions and answers with CertsForce

Viewing page 1 out of 8 pages
Viewing questions 1-10 out of questions
Questions # 1:

You want to use API tokens and other secrets within your team's Terraform workspaces. Where does HashiCorp recommend you store these sensitive values? (Pick 3)

Options:

A.

In a plaintext document on a shared drive.


B.

In a terraform.tfvars file, checked into version control.


C.

In a terraform.tfvars file, securely managed and shared with your team.


D.

In an HCP Terraform/Terraform Cloud variable, with the sensitive option checked.


E.

In HashiCorp Vault.


Expert Solution
Questions # 2:

Which of these are features of HCP Terraform/Terraform Cloud? (Pick the 2 correct responses)

Options:

A.

Automatic backups of configuration and state.


B.

Remote state storage.


C.

Automated infrastructure deployment visualization.


D.

A web-based user interface (UI).


Expert Solution
Questions # 3:

terraform validate confirms that your infrastructure matches the Terraform state file.

Options:

A.

True


B.

False


Expert Solution
Questions # 4:

Which command should you run to check if all code in a Terraform configuration that references multiple modules is properly formatted without making changes?

Options:

A.

terraform fmt -write-false


B.

terraform fmt -list -recursive


C.

terraform fmt -check -recursive


D.

terraform fmt -check


Expert Solution
Questions # 5:

Which of the following arguments are required when declaring a Terraform output?

Options:

A.

value


B.

description


C.

default


D.

sensitive


Expert Solution
Questions # 6:

Outside of the required_providers block, Terraform configurations always refer to providers by their local names.

Options:

A.

True


B.

False


Expert Solution
Questions # 7:

terraform validate reports syntax check errors for which of the following?

Options:

A.

Code contains tabs for indentation instead of spaces


B.

There is a missing value for a variable


C.

The state file does not match the current infrastructure


D.

None of the above


Expert Solution
Questions # 8:

Which of the following statements about Terraform modules is not true?

Options:

A.

Modules can call other modules


B.

A module is a container for one or more resources


C.

Modules must be publicly accessible


D.

You can call the same module multiple times


Expert Solution
Questions # 9:

How does Terraform manage most dependencies between resources?

Options:

A.

Terraform will automatically manage most resource dependencies


B.

Using the depends_on parameter


C.

By defining dependencies as modules and including them in a particular order


D.

The order that resources appear in Terraform configuration indicates dependencies


Expert Solution
Questions # 10:

Which of these are features of Terraform Cloud? Choose two correct answers.

Options:

A.

A web-based user interface (Ul)


B.

Automated infrastructure deployment visualization


C.

Automatic backups


D.

Remote state storage


Expert Solution
Viewing page 1 out of 8 pages
Viewing questions 1-10 out of questions