@@ -2790,9 +2790,13 @@ func TestAccComputeInstance_enableDisplay(t *testing.T) {
27902790 computeInstanceImportStep ("us-central1-a" , instanceName , []string {"allow_stopping_for_update" }),
27912791 {
27922792 Config : testAccComputeInstance_enableDisplayUpdated (instanceName ),
2793+ },
2794+ computeInstanceImportStep ("us-central1-a" , instanceName , []string {"allow_stopping_for_update" }),
2795+ {
2796+ Config : testAccComputeInstance_enableDisplay (instanceName ),
27932797 Check : resource .ComposeTestCheckFunc (
27942798 acctest .GetTestMetadataForTgc ("compute" , "google_compute_instance.foobar" ,
2795- testAccComputeInstance_enableDisplayUpdated (instanceName )),
2799+ testAccComputeInstance_enableDisplay (instanceName )),
27962800 ),
27972801 },
27982802 computeInstanceImportStep ("us-central1-a" , instanceName , []string {"allow_stopping_for_update" }),
@@ -9576,7 +9580,8 @@ resource "google_compute_instance" "foobar" {
95769580 %{host_error_timeout_sec}
95779581 automatic_restart = true
95789582 }
9579- }` , context )
9583+ }
9584+ ` , context )
95809585}
95819586
95829587func testAccComputeInstance_shieldedVmConfig (instance string , enableSecureBoot bool , enableVtpm bool , enableIntegrityMonitoring bool ) string {
@@ -10856,7 +10861,8 @@ resource "google_compute_instance" "foobar" {
1085610861 network_interface {
1085710862 network = "default"
1085810863 }
10859- }` , instance )
10864+ }
10865+ ` , instance )
1086010866}
1086110867
1086210868func testAccComputeInstance_partnerMetadata (instance string ) string {
0 commit comments