Skip to content

Terraform module for building out networks on Google Cloud Services

Notifications You must be signed in to change notification settings

newcontext-oss/terraform-google-acme-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-google-acme-network

Terraform module for building out networks on Google Cloud Services

It builds a VPC network and subnetworks

Use

Call it as a module from another Terraform repository.

module "network" {
  source = "terraform-google-acme-network"

  organization_name = "Your Organization Name Here"
}

Testing

To build, validate and then destroy run these commands below:

bundle exec kitchen converge
bundle exec kitchen verify
bundle exec kitchen destroy

Prerequisites

  • Ruby 2.2 or greater
  • Terraform >= 0.10.2, < 0.12
  • gcloud command line utility (https://cloud.google.com/sdk/)
  • Google Cloud Project with a service account
  • Download service account credentials to: credentials.json
  • Create a local Kitchen configuration file: kitchen.local.yml, add this content:
---
driver:
  variables:
    gcloud_project: <project-id>

About

Terraform module for building out networks on Google Cloud Services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •