Skip to content

Commit

Permalink
Feat: support the permission EDIT_VCS_ENVIRONMENT (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Jul 1, 2024
1 parent ae427a6 commit dd1a065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env0/resource_custom_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func resourceCustomRole() *schema.Resource {
"VIEW_ENVIRONMENT",
"ASSIGN_ROLE_ON_ENVIRONMENT",
"EDIT_ALLOW_REMOTE_APPLY",
"EDIT_VCS_ENVIRONMENT",
}

allowedCustomRoleTypesStr := fmt.Sprintf("(allowed values: %s)", strings.Join(allowedCustomRoleTypes, ", "))
Expand Down

0 comments on commit dd1a065

Please sign in to comment.