github.com/jmbataller/terraform@v0.6.8-0.20151125192640-b7a12e3a580c/examples/gce-vpn/variables.tf (about)

     1  variable "project" {
     2      description = "Your project name"
     3  }
     4  
     5  variable "region1" {
     6      description = "The desired region for the first network & VPN and project"
     7  }
     8  
     9  variable "region2" {
    10      description = "The desired region for the second network & VPN"
    11  }