Skip to content

Commit

Permalink
Fix failing test: "TestAccComputeInstance_bootAndAttachedDisk_interfa…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawid212 authored Jan 22, 2025
1 parent 6f96f4c commit bcafdce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11276,10 +11276,10 @@ func TestAccComputeInstance_bootAndAttachedDisk_interface(t *testing.T) {
ProtoV5ProviderFactories: acctest.ProtoV5ProviderFactories(t),
Steps: []resource.TestStep{
{
Config: testAccComputeInstance_bootAndAttachedDisk_interface(instanceName1, diskName1, envvar.GetTestZoneFromEnv(), "h3-standard-88", "NVME", false),
Config: testAccComputeInstance_bootAndAttachedDisk_interface(instanceName1, diskName1, envvar.GetTestZoneFromEnv(), "c3-standard-22", "NVME", false),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("google_compute_instance.foobar", "boot_disk.0.interface", "NVME"),
resource.TestCheckResourceAttr("google_compute_instance.foobar", "machine_type", "h3-standard-88"),
resource.TestCheckResourceAttr("google_compute_instance.foobar", "machine_type", "c3-standard-22"),
),
},
//computeInstanceImportStep("us-central1-a", instanceName1, []string{"desired_status","allow_stopping_for_update"}),
Expand Down

0 comments on commit bcafdce

Please sign in to comment.