github.com/paultyng/terraform@v0.6.11-0.20180227224804-66ff8f8bed40/configs/test-fixtures/valid-files/locals.tf.json (about)

     1  {
     2    "locals": {
     3      "foo": "foo",
     4      "bar": true,
     5      "baz": "oink",
     6      "dunno": "🤷",
     7      "rowing": "🚣‍♀️",
     8      "π": 3.14159265359
     9    }
    10  }