From af76b4ad6e725bc61a221f4fb617f9651f249658 Mon Sep 17 00:00:00 2001 From: ArchanaPonnada Date: Mon, 27 Nov 2023 17:05:08 +0530 Subject: [PATCH] adding maxitem limit --- ibm/service/scc/resource_ibm_scc_profile_attachment.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ibm/service/scc/resource_ibm_scc_profile_attachment.go b/ibm/service/scc/resource_ibm_scc_profile_attachment.go index 7f96e7f623..44ebbe12eb 100644 --- a/ibm/service/scc/resource_ibm_scc_profile_attachment.go +++ b/ibm/service/scc/resource_ibm_scc_profile_attachment.go @@ -109,6 +109,7 @@ func ResourceIbmSccProfileAttachment() *schema.Resource { }, "notifications": { Type: schema.TypeList, + MaxItems: 1, Optional: true, Description: "The request payload of the attachment notifications.", Elem: &schema.Resource{