Skip to content

Commit ac83a91

Browse files
authored
Update workspace_settings.markdown
1 parent 6bbcd84 commit ac83a91

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

website/docs/r/workspace_settings.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,11 @@ terraform {
110110
}
111111
}
112112
113-
# workspace is created in CI during `init`
114113
data "tfe_workspace" "self" {
115-
name = split("/", var.TFC_WORKSPACE_SLUG)[1]
116-
organization = split("/", var.TFC_WORKSPACE_SLUG)[0]
114+
name = "self-managed"
115+
organization = "foo"
117116
}
118117
119-
# settings and notification for workspace are applied
120118
resource "tfe_workspace_settings" "self" {
121119
workspace_id = data.tfe_workspace.self.id
122120
assessments_enabled = true

0 commit comments

Comments
 (0)