ExamGecko
Question list
Search
Search

Question 137 - Terraform Associate 003 discussion

Report
Export

Which of these statements about Terraform Cloud workspaces is false?

A.
They have role-based access controls
Answers
A.
They have role-based access controls
B.
You must use the CLI to switch between workspaces
Answers
B.
You must use the CLI to switch between workspaces
C.
Plans and applies can be triggered via version control system integrations
Answers
C.
Plans and applies can be triggered via version control system integrations
D.
They can securely store cloud credentials
Answers
D.
They can securely store cloud credentials
Suggested answer: B

Explanation:

The statement that you must use the CLI to switch between workspaces is false. Terraform Cloud workspaces are different from Terraform CLI workspaces. Terraform Cloud workspaces are required and represent all of the collections of infrastructure in an organization. They are also a major component of role-based access in Terraform Cloud. You can grant individual users and user groups permissions for one or more workspaces that dictate whether they can manage variables, perform runs, etc.You can create, view, and switch between Terraform Cloud workspaces using the Terraform Cloud UI, the Workspaces API, or the Terraform Enterprise Provider5. Terraform CLI workspaces are optional and allow you to create multiple distinct instances of a single configuration within one working directory. They are useful for creating disposable environments for testing or experimenting without affecting your main or production environment.You can create, view, and switch between Terraform CLI workspaces using the terraform workspace command6. The other statements about Terraform Cloud workspaces are true. They have role-based access controls that allow you to assign permissions to users and teams based on their roles and responsibilities.You can create and manage roles using the Teams API or the Terraform Enterprise Provider7. Plans and applies can be triggered via version control system integrations that allow you to link your Terraform Cloud workspaces to your VCS repositories.You can configure VCS settings, webhooks, and branch tracking to automate your Terraform Cloud workflow8. They can securely store cloud credentials as sensitive variables that are encrypted at rest and only decrypted when needed.You can manage variables using the Terraform Cloud UI, the Variables API, or the Terraform Enterprise Provider9.Reference= [Workspaces]5, [Terraform CLI Workspaces]6, [Teams and Organizations]7, [VCS Integration]8, [Variables]9

asked 18/09/2024
Jaime Ramirez
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first