Skip to content

Commit 9b562e2

Browse files
sjain05ErikAtSumo
authored andcommitted
SUMO-245407: Add support for list apps v2 as data resource
1 parent d8dee16 commit 9b562e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sumologic/data_source_sumologic_apps.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func dataSourceSumoLogicApps() *schema.Resource {
4949
"app_type": {Type: schema.TypeString, Computed: true},
5050
"attributes": {
5151
Type: schema.TypeList,
52+
MaxItems: 1,
5253
Optional: true,
5354
Elem: &schema.Resource{
5455
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)