Skip to content

Commit

Permalink
Uncomment machine type
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovic-ivan committed Nov 27, 2021
1 parent d07afbb commit bc2325e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner-machine-image.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source "googlecompute" "runner_machine_image" {
source_image_project_id = var.source_image_project_id
zone = var.zone
disk_size = var.disk_size
// machine_type = var.machine_type
machine_type = var.machine_type
preemptible = "true"
}

Expand Down

0 comments on commit bc2325e

Please sign in to comment.