Skip to content

Commit df9ee23

Browse files
authored
fix(vpcgw): force recreation when ip id changes (#2476)
1 parent 9af8086 commit df9ee23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaleway/resource_vpc_public_gateway.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func ResourceScalewayVPCPublicGateway() *schema.Resource {
5656
Type: schema.TypeString,
5757
Computed: true,
5858
Optional: true,
59+
ForceNew: true,
5960
Description: "attach an existing IP to the gateway",
6061
DiffSuppressFunc: diffSuppressFuncLocality,
6162
},

0 commit comments

Comments
 (0)