nerdexam
HashiCorp

TA-002-P · Question #262

Named workspaces are not a suitable isolation mechanism for strong separation between staging and production?

The correct answer is A. True. Organizations commonly want to create a strong separation between multiple deployments of the same infrastructure serving different development stages (e.g. staging vs. production) or different internal teams. In this case, the backend used for each deployment often belongs to…

Implement and maintain state

Question

Named workspaces are not a suitable isolation mechanism for strong separation between staging and production?

Options

  • ATrue
  • BFalse

How the community answered

(62 responses)
  • A
    95% (59)
  • B
    5% (3)

Explanation

Organizations commonly want to create a strong separation between multiple deployments of the same infrastructure serving different development stages (e.g. staging vs. production) or different internal teams. In this case, the backend used for each deployment often belongs to that deployment, with different credentials and access controls. Named workspaces are not a suitable isolation mechanism for this scenario.

Topics

#Terraform Workspaces#Environment Isolation#State Management#Best Practices

Community Discussion

No community discussion yet for this question.

Full TA-002-P Practice