Skip to content

TWinsnes/google_cloud_free_vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Cloud Always free vm template

This repository contains a terraform template to automatically deploy a vm in google cloud that aligns with the always free specifications

dependencies

  • terraform >= v0.12.x
  • google cloud cli (gcloud) >= 242.0.0
  • google cloud account
  • make

instructions

  1. Log into google cloud account using gcloud cli

Authenticated account needs to have access to generating projects and link the project to a billing account.

gcloud auth application-default login
  1. Create a terraform.tfvars file and add the billing account id

format like this:

billing_account_id = "xxx"
  1. Deploy the VM using the make file
make up
  1. Connect to the instance using the connect command defined in the make file
make connect

About

Automate deployment of the always free VM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages