Skip to content

Commit 77b6ea7

Browse files
authored
update machine type in TestAccComputeRegionInstanceTemplate_AdvancedMachineFeatures (#15255)
1 parent 15e896b commit 77b6ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/services/compute/resource_compute_region_instance_template_test.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3646,7 +3646,7 @@ data "google_compute_image" "my_image" {
36463646
resource "google_compute_region_instance_template" "foobar" {
36473647
name = "tf-test-instance-template-%s"
36483648
region = "us-central1"
3649-
machine_type = "c2-standard-2"
3649+
machine_type = "n2-standard-2"
36503650

36513651
disk {
36523652
source_image = data.google_compute_image.my_image.self_link

0 commit comments

Comments
 (0)