Fix whitespace
This commit is contained in:
parent
d212b278a9
commit
aa4cf423f7
|
@ -162,7 +162,7 @@ func resourceCloudStackVPCRead(d *schema.ResourceData, meta interface{}) error {
|
|||
p.SetVpcid(d.Id())
|
||||
p.SetIssourcenat(true)
|
||||
if project, ok := d.GetOk("project"); ok {
|
||||
p.SetProjectid(v.Projectid)
|
||||
p.SetProjectid(v.Projectid)
|
||||
}
|
||||
|
||||
l, e := cs.Address.ListPublicIpAddresses(p)
|
||||
|
|
Loading…
Reference in New Issue