inspec/test/fixtures/profiles/inputs/hashmap/inspec.yml
Nikita Mathur a55b083b0a Improvements in various descriptions and a better way to check for hash type
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-03-31 12:35:13 +05:30

17 lines
No EOL
483 B
YAML

name: hashmap
title: InSpec Profile
maintainer: The Authors
copyright: The Authors
copyright_email: you@example.com
license: Apache-2.0
summary: A profile that checks loading of hashmap inputs using metadata file and external file.
version: 0.1.0
supports:
platform: os
inputs:
- name: metadata_basic_key
value: metadata_basic_value
- name: metadata_nested_key
value:
metadata_nested_key_str: metadata_nested_value_str
metadata_nested_key_sym: metadata_nested_value_sym