Skip to content

Commit

Permalink
adding maxitem limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchanaPonnada authored and ArchanaPonnada committed Nov 27, 2023
1 parent 22c24c4 commit af76b4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibm/service/scc/resource_ibm_scc_profile_attachment.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit af76b4a

Please sign in to comment.