mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-21 22:22:58 -06:00
12 lines
256 B
HCL
12 lines
256 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"
|
|
}
|