From 74c1de8e950ea958e3c862e73465683ddb3d0d3b Mon Sep 17 00:00:00 2001 From: Sebastian Schmeck Date: Thu, 11 Jun 2020 11:16:56 +0200 Subject: [PATCH] Fix access_policy_object_ids according to docs --- .../services/healthcare/healthcare_service_resource.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azurerm/internal/services/healthcare/healthcare_service_resource.go b/azurerm/internal/services/healthcare/healthcare_service_resource.go index 5aee9e63b7c0..6e5192aac1e4 100644 --- a/azurerm/internal/services/healthcare/healthcare_service_resource.go +++ b/azurerm/internal/services/healthcare/healthcare_service_resource.go @@ -70,8 +70,7 @@ func resourceArmHealthcareService() *schema.Resource { "access_policy_object_ids": { Type: schema.TypeSet, - Required: true, - MinItems: 1, + Optional: true, Elem: &schema.Schema{ Type: schema.TypeString, ValidateFunc: validation.IsUUID,