Skip to content

Commit

Permalink
update machine time (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreenlee committed Apr 30, 2023
1 parent 20700c0 commit 522a700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "google_compute_instance" "example" {
name = "example-instance"
project = var.gcp.project
zone = "${var.gcp.region}-a"
machine_type = "n1-standard-1"
machine_type = "f1-micro"

boot_disk {
initialize_params {
Expand Down

0 comments on commit 522a700

Please sign in to comment.