Skip to content
This repository has been archived by the owner. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 490 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 490 Bytes

Provision a compute instance in GCP

This Terraform configuration provisions a compute instance in Google Cloud Platform.

Details

By default, this configuration provisions a compute instance from the latest ubuntu-1804-lts image with machine type t2.micro in the us-east1-b zone of the us-east1 region. But the image_project, image_family, type, zone, and region can all be set with variables.

Note that you need to set provide your GCP credentials in the gcp_credentials variable.