True or False:
Workspaces provide identical functionality in the open-source, Terraform Cloud, and Enterprise versions of Terraform.
A . True
B . False
Answer: B
Explanation:
Workspaces, managed with the terraform workspace command, aren’t the same thing as Terraform Cloud workspaces.
Terraform Cloud workspaces act more like completely separate working directories.
CLI workspaces (OSS) are just alternate state files.