Skip to content

Commit

Permalink
manage network state properly
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Jun 11, 2024
1 parent 4c86183 commit 85d10c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions civo/network/resource_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ func resourceNetworkRead(_ context.Context, d *schema.ResourceData, m interface{
d.Set("region", apiClient.Region)
d.Set("label", CurrentNetwork.Label)
d.Set("default", CurrentNetwork.Default)
d.Set("cidr_v4", CurrentNetwork.CIDR)
d.Set("nameservers_v4", CurrentNetwork.NameserversV4)

return nil
}

Expand Down

0 comments on commit 85d10c9

Please sign in to comment.