Skip to content

Commit

Permalink
Update resource_custom_role.go
Browse files Browse the repository at this point in the history
missing:
MOVE/IMPORT_ENVIRONMENTS
  • Loading branch information
sagilaufer1992 authored Nov 10, 2024
1 parent 2b9ac7b commit 58f80c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions env0/resource_custom_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ func resourceCustomRole() *schema.Resource {
"ASSIGN_ROLE_ON_ENVIRONMENT",
"EDIT_ALLOW_REMOTE_APPLY",
"EDIT_VCS_ENVIRONMENT",
"MOVE_ENVIRONMENTS",
"IMPORT_ENVIRONMENTS"

Check failure on line 51 in env0/resource_custom_role.go

View workflow job for this annotation

GitHub Actions / Unit Tests

missing ',' before newline in composite literal

Check failure on line 51 in env0/resource_custom_role.go

View workflow job for this annotation

GitHub Actions / Unit Tests

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 51 in env0/resource_custom_role.go

View workflow job for this annotation

GitHub Actions / Unit Tests

syntax error: unexpected newline in composite literal; possibly missing comma or }
}

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

0 comments on commit 58f80c2

Please sign in to comment.