Releases: cloudposse-terraform-components/aws-ses
Releases · cloudposse-terraform-components/aws-ses
v1.536.0
splat operator update to current syntax @Musthaq101 (#11)
## what * Replace the legacy "attribute-only" splat expressions which use the sequence .* with the newer expression[*]why
Earlier versions of the Terraform language had a slightly different version of splat expressions, which Terraform continues to support for backward compatibility. This older variant is less useful than the modern form described above, and so Hashicorp recommends against using it in new configurations.
references
Summary by CodeRabbit
-
New Features
- Added a new output variable
smtp_user
to retrieve the access key ID for the IAM user authorized to send emails via SES
- Added a new output variable
-
Chores
- Updated Terraform syntax for policy document access from
*.json
to[*].json
- Updated Terraform syntax for policy document access from