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 5728d6e commit ee3f6f3Copy full SHA for ee3f6f3
.gitignore
@@ -24,3 +24,5 @@ tf
24
25
# macosx
26
.DS_Store
27
+
28
+test/
env0/resource_environment.go
@@ -181,7 +181,7 @@ func resourceEnvironment() *schema.Resource {
181
},
182
"workspace": {
183
Type: schema.TypeString,
184
- Description: "the terraform workspace of the environment",
+ Description: "the terraform workspace name of the environment",
185
Optional: true,
186
ForceNew: true,
187
Computed: true,
0 commit comments