We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbcd84 commit ac83a91Copy full SHA for ac83a91
website/docs/r/workspace_settings.markdown
@@ -110,13 +110,11 @@ terraform {
110
}
111
112
113
-# workspace is created in CI during `init`
114
data "tfe_workspace" "self" {
115
- name = split("/", var.TFC_WORKSPACE_SLUG)[1]
116
- organization = split("/", var.TFC_WORKSPACE_SLUG)[0]
+ name = "self-managed"
+ organization = "foo"
117
118
119
-# settings and notification for workspace are applied
120
resource "tfe_workspace_settings" "self" {
121
workspace_id = data.tfe_workspace.self.id
122
assessments_enabled = true
0 commit comments