Skip to content

Commit 10179d6

Browse files
akinrosslhercot
authored andcommitted
[bugfix] add missing annotation attribute to aci_rest_managed datasource
1 parent afac49c commit 10179d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aci/data_source_aci_rest_managed.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func dataSourceAciRestManaged() *schema.Resource {
1515

1616
ReadContext: dataSourceAciRestManagedRead,
1717

18-
Schema: map[string]*schema.Schema{
18+
Schema: AppendAttrSchemas(map[string]*schema.Schema{
1919
"id": {
2020
Description: "The distinguished name of the object.",
2121
Type: schema.TypeString,
@@ -55,7 +55,7 @@ func dataSourceAciRestManaged() *schema.Resource {
5555
},
5656
},
5757
},
58-
},
58+
}, GetAnnotationAttrSchema()),
5959
}
6060
}
6161

0 commit comments

Comments
 (0)