Skip to content

Commit

Permalink
Declare azurerm_healthcare_service argument access_policy_object_ids …
Browse files Browse the repository at this point in the history
…as optional (#7296)

Fixes #7281 (#7292).
  • Loading branch information
sschmeck committed Jun 14, 2020
1 parent 5e8a73d commit 24223d2
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -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,
Expand Down

0 comments on commit 24223d2

Please sign in to comment.