Skip to content

Commit 57ef4b1

Browse files
author
Pearl Dsilva
committed
fix read for static nat
1 parent 306bccd commit 57ef4b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cloudstack/resource_cloudstack_static_nat.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ func resourceCloudStackStaticNATRead(d *schema.ResourceData, meta interface{}) e
163163

164164
d.Set("virtual_machine_id", ip.Virtualmachineid)
165165
d.Set("vm_guest_ip", ip.Vmipaddress)
166+
d.Set("ip_address_id", ip.Id)
166167

167168
setValueOrID(d, "project", ip.Project, ip.Projectid)
168169

0 commit comments

Comments
 (0)