We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af8086 commit df9ee23Copy full SHA for df9ee23
scaleway/resource_vpc_public_gateway.go
@@ -56,6 +56,7 @@ func ResourceScalewayVPCPublicGateway() *schema.Resource {
56
Type: schema.TypeString,
57
Computed: true,
58
Optional: true,
59
+ ForceNew: true,
60
Description: "attach an existing IP to the gateway",
61
DiffSuppressFunc: diffSuppressFuncLocality,
62
},
0 commit comments