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 201 discussion

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

Which of the fallowing commands would you use to access all of the attributes and details of a resource managed by Terraform?

  • A. terraform state list
  • B. terraform state show
  • C. terraform get
  • D. terraform state list
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
090200f
3 months, 3 weeks ago
Selected Answer: B
terraform state show [options] address is correct so B is correct answer https://developer.hashicorp.com/terraform/cli/commands/state/show
upvoted 1 times
...
Albion
11 months, 3 weeks ago
Selected Answer: B
terraform state list : is used to list all resources that are currently being tracked in the Terraform state. It provides a list of resource addresses, which can be helpful to identify the names or identifiers of resources managed by Terraform. terraform state show : command is used to show details and attributes of a resource managed by Terraform. It provides a human-readable representation of the current state of a specific resource, including all its attributes and configuration. Correct answer : B
upvoted 4 times
...
camps
1 year, 7 months ago
Selected Answer: B
B. terraform state show
upvoted 1 times
...
sagunala5
1 year, 8 months ago
B https://developer.hashicorp.com/terraform/cli/commands/state/show
upvoted 1 times
...
mhinojosarubia
1 year, 9 months ago
Selected Answer: B
It's b
upvoted 1 times
...
Abuu
1 year, 10 months ago
B definintely
upvoted 1 times
...
InformationOverload
1 year, 10 months ago
Selected Answer: B
The terraform state show command is used to show the attributes of a single resource in the Terraform state. https://developer.hashicorp.com/terraform/cli/commands/state/show
upvoted 2 times
...
gekkehenk
1 year, 10 months ago
Selected Answer: B
As they're are asking about "details" it should be B.
upvoted 1 times
...
srcntpc
1 year, 10 months ago
Selected Answer: B
The terraform state list command shows the resource addresses for every resource Terraform knows about in a configuration, optionally filtered by partial resource address. The terraform state show command displays detailed state data about one resource.
upvoted 2 times
...
ssanjayt
1 year, 10 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
nakikoo
1 year, 10 months ago
first!, joking we'ere intellectuals, its A
upvoted 2 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 ...