Skip to content

Commit

Permalink
ForceNew on private_ipv4
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Jul 15, 2024
1 parent a583499 commit a1e5b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions civo/instances/resource_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ func ResourceInstance() *schema.Resource {
"private_ipv4": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Description: "The private IPv4 address for the instance (optional)",
},
"reserved_ipv4": {
Expand Down

0 comments on commit a1e5b2f

Please sign in to comment.