fix return value for srv too
parent
27be216ed2
commit
e40aba548c
|
@ -44,8 +44,8 @@ func (e *AzurermPrivateDNSSRVRecordEnumerator) Enumerate() ([]*resource.Resource
|
||||||
string(e.SupportedType()),
|
string(e.SupportedType()),
|
||||||
*record.ID,
|
*record.ID,
|
||||||
map[string]interface{}{
|
map[string]interface{}{
|
||||||
"name": &record.Name,
|
"name": *record.Name,
|
||||||
"zone_name": &zone.Name,
|
"zone_name": *zone.Name,
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue