mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 07:03:16 -06:00
c6beaa7ce8
Signed-off-by: Valentin Pichard <valentin.pichard@corp.ovh.com>
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"
|
|
}
|