Skip to content

Instantly share code, notes, and snippets.

View ellisio's full-sized avatar
:octocat:
Go Avs!

Andrew Ellis ellisio

:octocat:
Go Avs!
View GitHub Profile
This file has been truncated, but you can view the full file.
[
"00013c5f-c80d-4272-95f0-a0203dcd4922",
"00026c64-e39c-4904-9fe8-b7df565de02b",
"00043b3b-c7ee-423f-b3d7-895a9d84679c",
"000454e1-f9be-48d5-8a3c-6b13ebaec95c",
"0005489b-808c-45a1-9120-3aa668e52d3d",
"0007df3c-0286-47b0-83dd-bf06ec5e7750",
"000c6126-4894-49c8-9058-343440f6ed56",
"000cec06-e570-4425-8b48-be83adf95226",
"000d3c39-182f-4962-9e07-5905928c971e",

To use the Terraform module:

module "edge_stack" {
  source  = "./path/to/module"

  project_id = "<gcp-project-id>"
  hosts      = [
    "api.example.com"
 ]