github.com/hs0210/hashicorp-terraform@v0.11.12-beta1/configs/test-fixtures/valid-files/variables.tf.json (about) 1 { 2 "variable": { 3 "foo": {}, 4 "bar": { 5 "default": "hello" 6 }, 7 "baz": { 8 "type": "list" 9 }, 10 "bar-baz": { 11 "default": [], 12 "type": "list" 13 }, 14 "cheese_pizza": { 15 "description": "Nothing special" 16 }, 17 "π": { 18 "default": 3.14159265359 19 } 20 } 21 }