Skip to content

Commit

Permalink
compute: update tdx tests to use standard images (GoogleCloudPlatform…
Browse files Browse the repository at this point in the history
  • Loading branch information
wyardley authored and BBBmau committed Nov 5, 2024
1 parent 2a65802 commit 94c99f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ resource "google_compute_instance" "vm5" {

boot_disk {
initialize_params {
image = "tdx-guest-images/ubuntu-2204-jammy-v20240701"
image = "ubuntu-os-cloud/ubuntu-2204-jammy-v20240927"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,7 @@ func testAccComputeInstanceFromTemplate_confidentialInstanceConfigNoConfigTdx(te
return fmt.Sprintf(`
data "google_compute_image" "my_image2" {
family = "ubuntu-2204-lts"
project = "tdx-guest-images"
project = "ubuntu-os-cloud"
}

resource "google_compute_disk" "foobar2" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3719,7 +3719,7 @@ func testAccComputeInstanceTemplateConfidentialInstanceConfigEnableTdx(suffix st
return fmt.Sprintf(`
data "google_compute_image" "my_image3" {
family = "ubuntu-2204-lts"
project = "tdx-guest-images"
project = "ubuntu-os-cloud"
}

resource "google_compute_instance_template" "foobar5" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8689,7 +8689,7 @@ func testAccComputeInstanceConfidentialInstanceConfigEnableTdx(instance string,
return fmt.Sprintf(`
data "google_compute_image" "my_image3" {
family = "ubuntu-2204-lts"
project = "tdx-guest-images"
project = "ubuntu-os-cloud"
}

resource "google_compute_instance" "foobar5" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3103,7 +3103,7 @@ func testAccComputeRegionInstanceTemplateConfidentialInstanceConfigEnableTdx(suf
return fmt.Sprintf(`
data "google_compute_image" "my_image3" {
family = "ubuntu-2204-lts"
project = "tdx-guest-images"
project = "ubuntu-os-cloud"
}

resource "google_compute_region_instance_template" "foobar5" {
Expand Down

0 comments on commit 94c99f3

Please sign in to comment.