Skip to content

Commit

Permalink
fix errors details for zonal resize request & align with mixer errors…
Browse files Browse the repository at this point in the history
… details (#12578) (#875)

[upstream:dd34343c5a5c2e1a23cc652ea1eafaae54b14019]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 18, 2024
1 parent aa68e25 commit 7fad863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compute_mig_resize_request/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "google_compute_region_instance_template" "a3_dws" {
name = "a3-dws"
name = "a3-dws-${local.name_suffix}"
region = "us-central1"
description = "This template is used to create a mig instance that is compatible with DWS resize requests."
instance_description = "A3 GPU"
Expand Down Expand Up @@ -40,7 +40,7 @@ resource "google_compute_region_instance_template" "a3_dws" {
}

resource "google_compute_instance_group_manager" "a3_dws" {
name = "a3-dws"
name = "a3-dws-${local.name_suffix}"
base_instance_name = "a3-dws"
zone = "us-central1-a"

Expand Down

0 comments on commit 7fad863

Please sign in to comment.