Skip to content

Commit

Permalink
Fix: deprecate environment_id field (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed May 8, 2022
1 parent ef98001 commit 9cd072a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env0/resource_configuration_variable.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func resourceConfigurationVariable() *schema.Resource {
Optional: true,
ConflictsWith: []string{"template_id", "project_id", "is_required", "is_read_only"},
ForceNew: true,
Deprecated: "use \"configuration\" field in the environment resource instead. for more details check https://registry.terraform.io/providers/env0/env0/latest/docs/resources/environment#nested-schema-for-configuration",
},
"type": {
Type: schema.TypeString,
Expand Down

0 comments on commit 9cd072a

Please sign in to comment.