v0.12.0
add `tags` argument to aws_ssm_parameter resources @heathsnow (#27)
what
- Add
tags
argument toaws_ssm_parameter
resources.
why
- Testing Terraform code often involves adhering to compliance standards. In this case I have a compliance requirement to include certain tags on all resources that accept the
tags
argument.