Skip to content

Instantly share code, notes, and snippets.

@akiatoji
Created April 18, 2019 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akiatoji/7c5382bb7ebd5103bd729e177c0d34c4 to your computer and use it in GitHub Desktop.
Save akiatoji/7c5382bb7ebd5103bd729e177c0d34c4 to your computer and use it in GitHub Desktop.
variable "project" {
default = "gcp-project-id"
}
variable "region1" {
default = "us-west2"
}
variable "region2" {
default = "us-central1"
}
variable "env" {
default = "dev"
}
variable "company" {
default = "akiatoji"
}
variable "r1_private_subnet" {
default = "10.26.1.0/24"
}
variable "r1_public_subnet" {
default = "10.26.2.0/24"
}
variable "r2_private_subnet" {
default = "10.28.1.0/24"
}
variable "r2_public_subnet" {
default = "10.28.2.0/24"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment