Skip to content

Commit b826db5

Browse files
Change ForceNew for external_ipv6 to false
1 parent bc29c46 commit b826db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/services/compute/resource_compute_instance.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ func ResourceComputeInstance() *schema.Resource {
752752
Type: schema.TypeString,
753753
Optional: true,
754754
Computed: true,
755-
ForceNew: true,
755+
ForceNew: false,
756756
DiffSuppressFunc: ipv6RepresentationDiffSuppress,
757757
Description: `The first IPv6 address of the external IPv6 range associated with this instance, prefix length is stored in externalIpv6PrefixLength in ipv6AccessConfig. To use a static external IP address, it must be unused and in the same region as the instance's zone. If not specified, Google Cloud will automatically assign an external IPv6 address from the instance's subnetwork.`,
758758
},

0 commit comments

Comments
 (0)