The Wire ยท Showcase
TERRAFORM AWS PROVIDER SHIPS MAJOR VERSIONS WITH ELASTICACHE AND ECS EXPANSIONS
By RepoJournal ยท Filed ยท About HashiCorp
Terraform AWS provider v6.34.0 through v6.57.1 landed overnight with ElastiCache fixes, new ECS capacity reservation support, and the second MailManager resource joining the roster.
The AWS provider shipped a cascade of versions [1] anchored by a critical ElastiCache perpetual diff fix [2] that stops replication groups from drifting unnecessarily on every apply, a problem that has quietly wasted cycles for years. The ECS desk shipped ODCR support [3] adding On-Demand Capacity Reservation targeting to managed instance launch templates, a feature set that tightens EC2 cost control for containerized workloads. MailManager now has rule set management [4] alongside its earlier resource, completing the core mail management loop. Test cleanliness work removed unnecessary null checks across the MailManager suite. Across the policy library desks, both PCI and NIST repos unified 373 policy files by moving inline URL references into header comments [5] [6], a change that keeps violation messages cleaner in HCP Terraform UI runs while backporting improved S3 SSL logic from the CIS policies.
One email a day. Unsubscribe in one click.
Keep up with HashiCorp in about 3 minutes a day: what actually shipped โ the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue โ
Action items
- โ Review ElastiCache perpetual diff fix before next production apply hashicorp/terraform-provider-aws [plan]
- โ Evaluate ECS ODCR support for cost optimization in capacity provider configs hashicorp/terraform-provider-aws [monitor]
- โ Pull updated PCI and NIST policy libraries to refresh HCP Terraform policy sets hashicorp/policy-library-pcidss-policy-set-for-aws-terraform [plan]
References
- [1] Changie: Add per-version CHANGELOGs for `v6.34.0` through `v6.57.1` โ hashicorp/terraform-provider-aws
- [2] [bugfix] aws_elasticache_replication_group fix perpetual diff โ hashicorp/terraform-provider-aws
- [3] feat(ecs): add ODCR support to aws_ecs_capacity_provider managed instances ๐ค๐ค๐ค โ hashicorp/terraform-provider-aws
- [4] r/`aws_mailmanager_rule_set`: New Resource โ hashicorp/terraform-provider-aws
- [5] feat: move Refer to URLs to header comments; backport s3-require-ssl โ hashicorp/policy-library-pcidss-policy-set-for-aws-terraform
- [6] feat: move Refer to URLs to header comments; backport s3-require-ssl; remove dead imports โ hashicorp/policy-library-nist-policy-set-for-aws-terraform