diff --git a/aws/whats-new/terraform-modules/README.md b/aws/whats-new/terraform-modules/README.md index 925b42f1..018e2043 100644 --- a/aws/whats-new/terraform-modules/README.md +++ b/aws/whats-new/terraform-modules/README.md @@ -1,8 +1,24 @@ # What's New with [Terraform Modules](https://github.e.it.census.gov/terraform-modules/) +## 2026-07-17: [aws-dynamic-route53](https://github.e.it.census.gov/terraform-modules/aws-dynamic-route53/releases/tag/2.1.0) + +Update runtime from 3.9 (no longer supported) to 3.12. + +* 2.1.0 -- 2026-07-17 + - change runtime from 3.9 to 3.12 + +## 2026-07-16: [aws-vpc-setup](https://github.e.it.census.gov/terraform-modules/aws-vpc-setup/releases/tag/2.15.0) + +Add ec2:DescribeVpcEndpoints* to terraform route53 role for remote finding. + +* 2.15.0 -- 2026-07-16 + - route53-zone-association/terraform-role + - add DescribeVpcEndpoint* + + ## 2026-05-27: [aws-sso//group-assignment](https://github.e.it.census.gov/terraform-modules/aws-sso/tree/1.8.0/group-assignment) -When addign accounts to the YAML file for `account_names`, if you use one that does not exist (such as the `-gov` alias instead +When adding accounts to the YAML file for `account_names`, if you use one that does not exist (such as the `-gov` alias instead of the `-ew` version of the alias when in GovCloud), it will silently fail the apply. This now prevents creation and notifies you at plan time.