mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
12 lines
126 B
HCL
12 lines
126 B
HCL
variable "empty_string" {
|
|
default = ""
|
|
}
|
|
|
|
variable "empty_list" {
|
|
default = []
|
|
}
|
|
|
|
variable "empty_map" {
|
|
default = {}
|
|
}
|