Skip to content

Commit

Permalink
remove default values
Browse files Browse the repository at this point in the history
  • Loading branch information
GiliFaroEnv0 committed Nov 23, 2021
1 parent a03f4a5 commit 485d952
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions env0/resource_project_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func resourcePolicy() *schema.Resource {
Type: schema.TypeBool,
Description: "Requires approval default value when creating a new environment in the project",
Optional: true,
Default: true,
},
"include_cost_estimation": {
Type: schema.TypeBool,
Expand Down Expand Up @@ -97,13 +96,11 @@ func resourcePolicy() *schema.Resource {
Type: schema.TypeBool,
Description: "Run Terraform Plan on Pull Requests for new environments targeting their branch default value",
Optional: true,
Default: false,
},
"continuous_deployment_default": {
Type: schema.TypeBool,
Description: "Redeploy on every push to the git branch default value",
Optional: true,
Default: false,
},
},
}
Expand Down

0 comments on commit 485d952

Please sign in to comment.