Skip to content

Commit

Permalink
Feat: add Support for CREATE_VCS_ENVIRONMENT, in custom_role resource (
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Jul 7, 2023
1 parent 7ec3ea6 commit 808bbd1
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 @@ -40,6 +40,7 @@ func resourceCustomRole() *schema.Resource {
"MANAGE_BILLING",
"VIEW_AUDIT_LOGS",
"MANAGE_ENVIRONMENT_LOCK",
"CREATE_VCS_ENVIRONMENT",
}

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

0 comments on commit 808bbd1

Please sign in to comment.