Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Feb 18, 2025
1 parent 89a8569 commit d6625ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ func TestAccComputeDisk_update_wo(t *testing.T) {
ResourceName: "google_compute_disk.foobar",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"raw_key_wo_version", "labels", "terraform_labels"},
ImportStateVerifyIgnore: []string{"disk_encryption_key.0.raw_key_wo_version", "labels", "terraform_labels"},
},
{
Config: testAccComputeDisk_basic_updated_wo(diskName, diskType),
Expand All @@ -873,7 +873,7 @@ func TestAccComputeDisk_update_wo(t *testing.T) {
ResourceName: "google_compute_disk.foobar",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"raw_key_wo_version", "labels", "terraform_labels"},
ImportStateVerifyIgnore: []string{"disk_encryption_key.0.raw_key_wo_version", "labels", "terraform_labels"},
},
},
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func TestAccComputeRegionDisk_diskEncryptionKeyWoUpdated(t *testing.T) {
ResourceName: "google_compute_region_disk.regiondisk",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"labels", "terraform_labels"},
ImportStateVerifyIgnore: []string{"disk_encryption_key.0.raw_key_wo_version", "labels", "terraform_labels"},
},
{
Config: testAccComputeRegionDisk_diskEncryptionKeyWoUpdated(diskName),
Expand All @@ -146,7 +146,7 @@ func TestAccComputeRegionDisk_diskEncryptionKeyWoUpdated(t *testing.T) {
ResourceName: "google_compute_region_disk.regiondisk",
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{"labels", "terraform_labels"},
ImportStateVerifyIgnore: []string{"disk_encryption_key.0.raw_key_wo_version", "labels", "terraform_labels"},
},
},
})
Expand Down

0 comments on commit d6625ab

Please sign in to comment.