Skip to content

Commit

Permalink
increase instance type
Browse files Browse the repository at this point in the history
  • Loading branch information
krixapolinario committed Nov 13, 2024
1 parent e85e36c commit 9f55638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google_region = "us-central1"
google_zone = "us-central1-a"
google_instance_type = "e2-micro"
google_instance_type = "e2-standard-2"
google_instance_image = "centos-cloud/centos-stream-9"
google_network = "default"
ssh_key_pub = "/home/runner/.ssh/ecdsa_ansible.pub"

0 comments on commit 9f55638

Please sign in to comment.