From 57d7b3e0a9f2c959fdb116a884e37f69b4cb0830 Mon Sep 17 00:00:00 2001 From: "Stephen Lewis (Burrows)" Date: Tue, 29 Jun 2021 08:26:39 -0700 Subject: [PATCH] Made compute instance resource affinity computed (#4926) --- .../terraform/resources/resource_compute_instance.go.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/mmv1/third_party/terraform/resources/resource_compute_instance.go.erb b/mmv1/third_party/terraform/resources/resource_compute_instance.go.erb index f91552b351a2..a1c301cd7448 100644 --- a/mmv1/third_party/terraform/resources/resource_compute_instance.go.erb +++ b/mmv1/third_party/terraform/resources/resource_compute_instance.go.erb @@ -761,6 +761,7 @@ func resourceComputeInstance() *schema.Resource { "reservation_affinity": { Type: schema.TypeList, MaxItems: 1, + Computed: true, Optional: true, ForceNew: true, Description: `Specifies the reservations that this instance can consume from.`,