TA-002-P · 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.
The correct answer is B. False. While Terraform Cloud and Enterprise workspaces provide isolation similar to separate working directories, they are not actual filesystem directories but rather an abstraction managed by the platform.
Question
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.
Options
- ATrue
- BFalse
How the community answered
(19 responses)- A11% (2)
- B89% (17)
Why each option
While Terraform Cloud and Enterprise workspaces provide isolation similar to separate working directories, they are not actual filesystem directories but rather an abstraction managed by the platform.
The statement suggests that workspaces in Terraform Enterprise/Cloud are *not* conceptually separate working directories in the same way as local filesystem directories. This highlights the difference in how isolation is managed between local open source (physical directories) and platform-managed environments (abstract workspaces).
Terraform Cloud and Enterprise workspaces are isolated environments that manage their own state and variables, effectively providing the same isolation as separate working directories for a given configuration. However, they are an abstraction within the platform, not literal separate directories on a local filesystem like in Terraform Open Source, which is the distinction the 'in contrast' clause points to. Thus, stating you can conceptually think of them as 'completely separate working directories' might be considered inaccurate in a literal sense due to the abstract nature of a workspace versus a physical directory.
Concept tested: Terraform Cloud/Enterprise workspace abstraction
Source: https://developer.hashicorp.com/terraform/cloud-docs/workspaces
Topics
Community Discussion
No community discussion yet for this question.