exam questions

Exam Terraform Associate 003 All Questions

View all questions & answers for the Terraform Associate 003 exam

Exam Terraform Associate 003 topic 1 question 56 discussion

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

Which of the following is available only in HCP Terraform workspaces and not in Terraform CLI?

  • A. Secure variable storage.
  • B. Support for multiple cloud providers.
  • C. Dry runs with terraform plan.
  • D. Using one workspace’s state as a data source for another.
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
luisgu
1 month ago
Selected Answer: A
it's A
upvoted 2 times
...
brugmany
1 month, 3 weeks ago
Selected Answer: D
D. Using one workspace's state as a data source for another Why this is HCP-only: HCP Terraform supports remote state sharing between workspaces, allowing you to reference outputs from one workspace in another using the terraform_remote_state data source. This enables cross-environment dependencies, which isn’t natively possible in standalone CLI workflows without manual state juggling. With answer A. Secure variable storage. This is available in both CLI and HCP.
upvoted 1 times
...
f0f1e05
2 months ago
Selected Answer: A
A is correct answer.
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 ...