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

Viewing page 6 out of 7 pages
Viewing questions 51-60 out of questions
Questions # 51:

Terraform configuration can only import modules from the public registry.

Options:

A.

True


B.

False


Expert Solution
Questions # 52:

All modules published on the official Terraform Module Registry have been verified by HasihCorp.

Options:

A.

True


B.

False


Expert Solution
Questions # 53:

terraform apply will fail if you have not run terraform plan first to update the plan output.

Options:

A.

True


B.

False


Expert Solution
Questions # 54:

In a Terraform Cloud workspace linked to a version control repository, speculative plan runs start automatically when you merge or commit changes to version control.

Options:

A.

True


B.

False


Expert Solution
Questions # 55:

You are working on some new application features and you want to spin up a copy of your production deployment to perform some quick tests. In order to avoid having to configure a new state backend, what open source Terraform feature would allow you create multiple states but still be associated with your current code?

Options:

A.

Terraform data sources


B.

Terraform local values


C.

Terraform modules


D.

Terraform workspaces


E.

None of the above


Expert Solution
Questions # 56:

Which of these ate secure options for storing secrets for connecting to a Terraform remote backend? Choose two correct answers.

Options:

A.

A variable file


B.

Defined in Environment variables


C.

Inside the backend block within the Terraform configuration


D.

Defined in a connection configuration outside of Terraform


Expert Solution
Questions # 57:

Using the terraform state rm command against a resource will destroy it.

Options:

A.

True


B.

False


Expert Solution
Questions # 58:

What does this code do?

terraform { required_providers { aws = ">= 3.0" }}

Options:

A.

Requires any version of the AWS provider > = 3.0 and <4.0


B.

Requires any version of the AWS provider >= 3.0


C.

Requires any version of the AWS provider > = 3.0 major release. like 4.1


D.

Requires any version of the AWS provider > 3.0


Expert Solution
Questions # 59:

Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into stdout.

Options:

A.

True


B.

False


Expert Solution
Questions # 60:

Which configuration consistency errors does terraform validate report?

Options:

A.

Terraform module isn't the latest version


B.

Differences between local and remote state


C.

Declaring a resource identifier more than once


D.

A mix of spaces and tabs in configuration files


Expert Solution
Viewing page 6 out of 7 pages
Viewing questions 51-60 out of questions