Skip to content

Commit

Permalink
Use reservedIPID in instance read
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Jul 10, 2024
1 parent 026d1f3 commit a583499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civo/instances/resource_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ func resourceInstanceRead(_ context.Context, d *schema.ResourceData, m interface
d.Set("firewall_id", resp.FirewallID)
d.Set("status", resp.Status)
d.Set("script", resp.Script)
d.Set("reserved_ipv4", resp.ReservedIP)
d.Set("reserved_ipv4", resp.ReservedIPID)
d.Set("created_at", resp.CreatedAt.UTC().String())
d.Set("notes", resp.Notes)
d.Set("disk_image", resp.SourceID)
Expand Down

0 comments on commit a583499

Please sign in to comment.