Skip to content

Commit d403ffa

Browse files
authored
Set ForceNew on vpc_id argument of scaleway_vpc ressource (#2107)
1 parent 09aedb5 commit d403ffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaleway/resource_vpc_private_network.go

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ func resourceScalewayVPCPrivateNetwork() *schema.Resource {
148148
Type: schema.TypeString,
149149
Optional: true,
150150
Computed: true,
151+
ForceNew: true,
151152
Description: "The VPC in which to create the private network",
152153
},
153154
"project_id": projectIDSchema(),

0 commit comments

Comments
 (0)