mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-26 13:03:36 -04:00
12 lines
126 B
HCL
12 lines
126 B
HCL
variable "empty_string" {
|
|
default = ""
|
|
}
|
|
|
|
variable "empty_list" {
|
|
default = []
|
|
}
|
|
|
|
variable "empty_map" {
|
|
default = {}
|
|
}
|