terraform-aws-ssm-parameter icon indicating copy to clipboard operation
terraform-aws-ssm-parameter copied to clipboard

Terraform module to create AWS SSM Parameter resources πŸ‡ΊπŸ‡¦

Results 1 terraform-aws-ssm-parameter issues
Sort by recently updated
recently updated
newest added

## Description I tried these examples 1. https://github.com/terraform-aws-modules/terraform-aws-ssm-parameter/blob/master/README.md?plain=1#L99-L101 2. https://github.com/terraform-aws-modules/terraform-aws-ssm-parameter/blob/master/README.md?plain=1#L110-L113 But they don't actually create `StringList` of comma-separated values like this ``` item1,item2 ``` instead they create a JSON representation...