Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 456 Bytes

README.gcp.md

File metadata and controls

18 lines (12 loc) · 456 Bytes

Konterraform GCP

Does not use instance templates / groups because of terraform issue 8866

name = "<prefix>"
gcp_project = "<project-name-in-google-cloud>"
gcp_region = "us-central1"
gcp_credientials_json_path = "~/credentials.json"

PRO-TIPS

  • List machine types with gcloud compute machine-types list

google pls