From dd1a0655f592abc7c9b6ede9ebacc9e61fdcef44 Mon Sep 17 00:00:00 2001 From: Tomer Heber Date: Mon, 1 Jul 2024 08:33:55 -0500 Subject: [PATCH] Feat: support the permission EDIT_VCS_ENVIRONMENT (#887) --- env0/resource_custom_role.go | 1 + 1 file changed, 1 insertion(+) diff --git a/env0/resource_custom_role.go b/env0/resource_custom_role.go index 865b9b1a..7270e7af 100644 --- a/env0/resource_custom_role.go +++ b/env0/resource_custom_role.go @@ -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, ", "))