Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 72

In contrast to Terraform Open Source, when working with Terraform Enterprise and Cloud Workspaces, conceptually you could think about them as completely separate working directories.

    Correct Answer: A

    In Terraform Enterprise and Cloud, workspaces serve as isolated contexts for managing infrastructure, functioning similarly to completely separate working directories. Each workspace encapsulates its own configuration, state data, and variables, making it conceptually distinct from the local working directory approach used in Terraform Open Source.

Discussion
EltoothOption: A

Very poorly worded question however I believe they are refering to the difference between OSS (directories) and Cloud/Ent that uses workspaces, which includes separate working directories. https://www.terraform.io/cloud-docs/workspaces

Eltooth

"When run locally, Terraform manages each collection of infrastructure with a persistent working directory, which contains a configuration, state data, and variables. Since Terraform CLI uses content from the directory it runs in, you can organize infrastructure resources into meaningful groups by keeping their configurations in separate directories. Terraform Cloud manages infrastructure collections with workspaces instead of directories. A workspace contains everything Terraform needs to manage a given collection of infrastructure, and separate workspaces function like completely separate working directories."

devopschampOption: A

Answer is A: From the doc: "Terraform Cloud manages infrastructure collections with workspaces instead of directories. A workspace contains everything Terraform needs to manage a given collection of infrastructure, and separate workspaces function like completely separate working directories." https://www.terraform.io/cloud-docs/workspaces

kopper2019Option: A

A, True

Power123Option: A

A is correct

Ahmad_TerraformOption: A

A is correct.

yufeiOption: A

Answer A is correct.

CHRIS12722222Option: B

I think the answer should be FALSE. Terraform enterprise is essentially same as terraform cloud with additional features like logging etc.

Oskar_Madin

you compared Terraform enterprise and terraform cloud but how about Terraform Open Source?

CHRIS12722222

I misunderstood the question, Answer is True