Skip to content

Commit

Permalink
Fix: missing CUSTOM_ROLE roles (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber authored Oct 18, 2023
1 parent fbe8ad0 commit 4f391c7
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 4f391c7

Please sign in to comment.