We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dee16 commit 9b562e2Copy full SHA for 9b562e2
sumologic/data_source_sumologic_apps.go
@@ -49,6 +49,7 @@ func dataSourceSumoLogicApps() *schema.Resource {
49
"app_type": {Type: schema.TypeString, Computed: true},
50
"attributes": {
51
Type: schema.TypeList,
52
+ MaxItems: 1,
53
Optional: true,
54
Elem: &schema.Resource{
55
Schema: map[string]*schema.Schema{
0 commit comments