github.com/ojongerius/terraform@v0.7.1-0.20160811111335-97fcd5f4cc90/terraform/test-fixtures/smc-uservars/main.tf (about) 1 # Required 2 variable "foo" { 3 } 4 5 # Optional 6 variable "bar" { 7 default = "baz" 8 } 9 10 # Mapping 11 variable "map" { 12 default = { 13 foo = "bar" 14 } 15 }