mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-03 05:01:30 -05:00
12 lines
250 B
HCL
12 lines
250 B
HCL
variable "project" {
|
|
description = "Your project name"
|
|
}
|
|
|
|
variable "region1" {
|
|
description = "The desired region for the first network & VPN and project"
|
|
}
|
|
|
|
variable "region2" {
|
|
description = "The desired region for the second network & VPN"
|
|
}
|