Skip to content

Commit

Permalink
ForceNew on Region in network resource
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Jun 21, 2024
1 parent f33c9c7 commit c71a714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions civo/network/resource_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func ResourceNetwork() *schema.Resource {
"region": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
Description: "The region of the network",
},
Expand Down

0 comments on commit c71a714

Please sign in to comment.