Skip to content

Commit

Permalink
Chore: remove deprecation of environment_id attribute of config var r…
Browse files Browse the repository at this point in the history
…esource (#426)
  • Loading branch information
yaronya committed Jun 21, 2022
1 parent 4c22475 commit 965c652
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion env0/resource_configuration_variable.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ 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 965c652

Please sign in to comment.