Skip to content

Commit

Permalink
issue-13603-fix attachment terraform (IBM-Cloud#4952)
Browse files Browse the repository at this point in the history
* issue-13603-fix attachment terraform

* adding maxitem limit

---------

Co-authored-by: ArchanaPonnada <archanaponnada@ArchanaPonnadas-MacBook-Pro.local>
  • Loading branch information
archanaponnada and ArchanaPonnada authored Nov 27, 2023
1 parent ff439a9 commit ea4c07b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ibm/service/scc/resource_ibm_scc_profile_attachment.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ func ResourceIbmSccProfileAttachment() *schema.Resource {
},
"notifications": {
Type: schema.TypeList,
Required: true,
MaxItems: 1,
Optional: true,
Description: "The request payload of the attachment notifications.",
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit ea4c07b

Please sign in to comment.