Skip to content

Commit

Permalink
added disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Oct 2, 2024
1 parent 9619502 commit bc20d5b
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 @@ -374,7 +374,7 @@ func resourceEnvironment() *schema.Resource {
},
"wait_for_destroy": {
Type: schema.TypeBool,
Description: "during destroy, waits for the environment status to be 'INACTIVE'. Times out after 30 minutes.",
Description: "(Important note: this option is experimental, please report any issues found). During destroy, waits for the environment status to be 'INACTIVE'. Times out after 30 minutes.",
Default: false,
Optional: true,
},
Expand Down

0 comments on commit bc20d5b

Please sign in to comment.