Skip to content

Commit

Permalink
Fix: missing CUSTOM_ROLE roles
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Oct 18, 2023
1 parent c4da1d5 commit 0e1663e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions env0/resource_custom_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ func resourceCustomRole() *schema.Resource {
"VIEW_AUDIT_LOGS",
"MANAGE_ENVIRONMENT_LOCK",
"CREATE_VCS_ENVIRONMENT",
"CREATE_AND_EDIT_PROVIDERS",
"VIEW_PROVIDERS",
"VIEW_ENVIRONMENT",
"ASSIGN_ROLE_ON_ENVIRONMENT",
}

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

0 comments on commit 0e1663e

Please sign in to comment.