21 lines
276 B
Plaintext
21 lines
276 B
Plaintext
|
|
# Required
|
||
|
|
variable "foo" {
|
||
|
|
}
|
||
|
|
|
||
|
|
# Optional
|
||
|
|
variable "bar" {
|
||
|
|
default = "baz"
|
||
|
|
}
|
||
|
|
|
||
|
|
# Mappi!ng
|
||
|
|
variable "map" {
|
||
|
|
default = {
|
||
|
|
foo = "bar"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
# Complex Object Types
|
||
|
|
variable "object_map" {
|
||
|
|
=============================================================================)=
|
||
|
|
}
|