nerdexam
HashiCorp

TA-002-P · Question #123

Workspaces in Terraform provides similar functionality in the open-source, Terraform Cloud, and Enterprise versions of Terraform.

The correct answer is B. False. Workspaces, managed with the terraform workspace command, aren't the same thing as Terraform Cloud's workspaces. Terraform Cloud workspaces act more like completely separate working directories; CLI workspaces are just alternate state files.

Implement and maintain state

Question

Workspaces in Terraform provides similar functionality in the open-source, Terraform Cloud, and Enterprise versions of Terraform.

Options

  • ATrue
  • BFalse

How the community answered

(33 responses)
  • A
    9% (3)
  • B
    91% (30)

Explanation

Workspaces, managed with the terraform workspace command, aren't the same thing as Terraform Cloud's workspaces. Terraform Cloud workspaces act more like completely separate working directories; CLI workspaces are just alternate state files.

Topics

#Terraform Workspaces#State Management#Terraform Cloud#Terraform CLI

Community Discussion

No community discussion yet for this question.

Full TA-002-P Practice