exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 51 discussion

Actual exam question from HashiCorp's Terraform Associate
Question #: 51
Topic #: 1
[All Terraform Associate Questions]

Where in your Terraform configuration do you specify a state backend?

  • A. The terraform block
  • B. The resource block
  • C. The provider block
  • D. The datasource block
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Eltooth
Highly Voted 1 year, 8 months ago
Selected Answer: A
A is correct answer. "To configure a backend, add a nested backend block within the top-level terraform block. The following example configures the remote backend." https://www.terraform.io/language/settings/backends/configuration https://www.terraform.io/language/settings/backends/configuration#using-a-backend-block
upvoted 8 times
...
debabrata6983
Most Recent 6 months, 3 weeks ago
Selected Answer: A
A is Correct Answer
upvoted 1 times
...
Bere
7 months, 1 week ago
Selected Answer: A
terraform { backend "remote" { hostname = "app.terraform.io" organization = "YourOrganization" workspaces { name = "your_workspace" } } }
upvoted 4 times
...
arunrkaushik
7 months, 1 week ago
terraform { backend "consul" { address = "demo.consul.io" scheme = "https" path = "example_app/terraform_state" } }
upvoted 1 times
...
Ni33
10 months, 1 week ago
Selected Answer: A
A for sure.
upvoted 1 times
...
Power123
11 months, 2 weeks ago
A is the correct ans
upvoted 1 times
...
oab720
1 year, 2 months ago
Selected Answer: A
Tested in labs - terraform block
upvoted 1 times
...
Zam88
1 year, 8 months ago
A. The terraform block
upvoted 2 times
...
CHRIS12722222
1 year, 8 months ago
terraform block
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago