We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60949d6 commit 5bc7fe0Copy full SHA for 5bc7fe0
internal/services/vpcgw/network.go
@@ -41,12 +41,14 @@ func ResourceNetwork() *schema.Resource {
41
"gateway_id": {
42
Type: schema.TypeString,
43
Required: true,
44
+ ForceNew: true,
45
ValidateFunc: verify.IsUUIDorUUIDWithLocality(),
46
Description: "The ID of the public gateway where connect to",
47
},
48
"private_network_id": {
49
50
51
52
53
DiffSuppressFunc: dsf.Locality,
54
Description: "The ID of the private network where connect to",
0 commit comments