Skip to content

Commit ee3f6f3

Browse files
authored
Chore: update documentation from 'workspace' to 'workspace name' (#1016)
1 parent 5728d6e commit ee3f6f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ tf
2424

2525
# macosx
2626
.DS_Store
27+
28+
test/

env0/resource_environment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func resourceEnvironment() *schema.Resource {
181181
},
182182
"workspace": {
183183
Type: schema.TypeString,
184-
Description: "the terraform workspace of the environment",
184+
Description: "the terraform workspace name of the environment",
185185
Optional: true,
186186
ForceNew: true,
187187
Computed: true,

0 commit comments

Comments
 (0)