mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 19:01:09 -04:00
12 lines
155 B
HCL
12 lines
155 B
HCL
variable "slb_name" {
|
|
default = "slb_worder"
|
|
}
|
|
|
|
variable "internet_charge_type" {
|
|
default = "paybytraffic"
|
|
}
|
|
|
|
variable "internet" {
|
|
default = true
|
|
}
|