Skip to content

Commit

Permalink
Chore: Update configuration.environmentId docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liranfarage89 committed Jun 21, 2022
1 parent be3bf66 commit df90c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env0/resource_configuration_variable.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func resourceConfigurationVariable() *schema.Resource {
},
"environment_id": {
Type: schema.TypeString,
Description: "create the variable under this environment, not globally",
Description: "create the variable under this environment, not globally. If you use it, make sure to ignore changes on environment.configuration to prevent drifts",
Optional: true,
ConflictsWith: []string{"template_id", "project_id", "is_required", "is_read_only"},
ForceNew: true,
Expand Down

0 comments on commit df90c95

Please sign in to comment.