cisagov / molecule-packer-ci-iam-user-tf-module

A Terraform module that creates an AWS IAM user that can build AMIs via packer and/or access SSM parameters
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Allow wildcards in SSM parameters #1

Closed dav3r closed 5 years ago

dav3r commented 5 years ago

In the previous version of this code, SSM parameters with wildcards in them would generate a ValidationException before the terraform code could be applied, so this PR corrects that.