Skip to content

Commit

Permalink
Chore: better environment force_destroy docs (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranfarage89 committed Jun 18, 2022
1 parent a19e9e2 commit a89958d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env0/resource_environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func resourceEnvironment() *schema.Resource {
},
"force_destroy": {
Type: schema.TypeBool,
Description: "destroy safegurad",
Description: "Destroy safeguard. Must be enabled before delete/destroy",
Optional: true,
},
"wait_for": {
Expand Down

0 comments on commit a89958d

Please sign in to comment.