Skip to content

Commit

Permalink
Replace subnet on CIDR provided (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
lapson97 authored Jan 29, 2024
1 parent d3a961a commit 4bd6f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcore/resource_gcore_subnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func resourceSubnet() *schema.Resource {
"cidr": &schema.Schema{
Type: schema.TypeString,
Required: true,
ForceNew: true,
},
"network_id": &schema.Schema{
Type: schema.TypeString,
Expand Down

0 comments on commit 4bd6f5f

Please sign in to comment.