2015-09-04 22:54:18 +02:00
|
|
|
variable "project" {
|
2016-09-22 13:49:09 +02:00
|
|
|
description = "Your project name"
|
2015-09-04 22:54:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
variable "region1" {
|
2016-09-22 13:49:09 +02:00
|
|
|
description = "The desired region for the first network & VPN and project"
|
2015-09-04 22:54:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
variable "region2" {
|
2016-09-22 13:49:09 +02:00
|
|
|
description = "The desired region for the second network & VPN"
|
2015-09-04 22:54:18 +02:00
|
|
|
}
|