Skip to content

Commit

Permalink
Chore: update env0_environment.revision documentation (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed May 28, 2024
1 parent 4e77185 commit c4e4109
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 @@ -183,7 +183,7 @@ func resourceEnvironment() *schema.Resource {
},
"revision": {
Type: schema.TypeString,
Description: "the revision the environment is to be run against",
Description: "the revision the environment is to be run against. Please note that changing this attribute will require environment redeploy",
Optional: true,
Computed: true,
ConflictsWith: []string{"without_template_settings"},
Expand Down

0 comments on commit c4e4109

Please sign in to comment.