where we want to secure a value with a kms_key_id, the yaml parser considers each value as a leaf. Each item is considered as a string rather than a dictionary,
{root}
└── name_of_secret
├── kms_key_id
└── value
resulting in the interpreter skipping over this block of code:
Given:
where we want to secure a value with a kms_key_id, the yaml parser considers each value as a leaf. Each item is considered as a string rather than a dictionary,
resulting in the interpreter skipping over this block of code:
https://github.com/djcrabhat/aws-ssm-commander/blob/master/ssmcommander/yaml_parser.py#L89-L92