Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
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 (?) , you can switch to a simple comment.
Switch to a voting comment New
Eltooth
Highly Voted 2 years, 5 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 1 year, 3 months ago
Selected Answer: A
A is Correct Answer
upvoted 1 times
...
Bere
1 year, 3 months ago
Selected Answer: A
terraform { backend "remote" { hostname = "app.terraform.io" organization = "YourOrganization" workspaces { name = "your_workspace" } } }
upvoted 4 times
...
arunrkaushik
1 year, 3 months ago
terraform { backend "consul" { address = "demo.consul.io" scheme = "https" path = "example_app/terraform_state" } }
upvoted 1 times
...
Ni33
1 year, 6 months ago
Selected Answer: A
A for sure.
upvoted 1 times
...
Power123
1 year, 7 months ago
A is the correct ans
upvoted 1 times
...
oab720
1 year, 10 months ago
Selected Answer: A
Tested in labs - terraform block
upvoted 1 times
...
Zam88
2 years, 5 months ago
A. The terraform block
upvoted 2 times
...
CHRIS12722222
2 years, 5 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 ...