Skip to content

Commit ca1fdaa

Browse files
Remove ForceNew attribute from external_ipv6
1 parent 6b8bbf6 commit ca1fdaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,6 @@ func ResourceComputeInstance() *schema.Resource {
752752
Type: schema.TypeString,
753753
Optional: true,
754754
Computed: true,
755-
ForceNew: false,
756755
DiffSuppressFunc: ipv6RepresentationDiffSuppress,
757756
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.`,
758757
},

0 commit comments

Comments
 (0)