googlecomputeinstance
JamesWoolfenden/googlecomputeinstance/gcp
First step using GCP and Terraform
terraform-gcp-googlecomputeinstance     Terraform module to provision a secure terraform state bucket for team use of IAC. --- It's 100% Open Source and licensed under the APACHE2. Usage Include this repository as a module in your existing terraform code: ``hcl module "compute" { source = "JamesWoolfenden/-googlecomputeinstance/gcp" version = "0.0.4" common_tags = var.common_tags } ` Requirements No requirements. Providers | Name | Version | |------|---------| | google | n/a | | local | n/a | | tls | n/a | Module
| Name | Type | Description | Default |
|---|---|---|---|
| project_id | string | GCP project ID | required |
| username | string | I think you'll figure this one out | required |
| common_tags | list(any) | Implements the common tags scheme | required |
| region | string | GCP region | required |
| machine_type | string | "f1-micro" | |
| image | string | "debian-cloud/debian-9" | |
| zone | string | GCP zone | "us-central1-a" |