mirror of
https://github.com/inspec/inspec
synced 2024-11-11 07:34:15 +00:00
52cc27dd06
* Adding toml resource This adds a `toml` resource that inherits from the json resource and behaves the same way as the JSON and YAML resources. Signed-off-by: Nolan Davidson <ndavidson@chef.io>
6 lines
73 B
TOML
6 lines
73 B
TOML
key = "value"
|
|
arr = [1, 2, 3]
|
|
|
|
[mytable]
|
|
key1 = "value1"
|
|
key2 = "value2"
|