Releases: cloudposse/terraform-aws-utils
Releases · cloudposse/terraform-aws-utils
v1.4.0
v1.3.0
- No changes
v1.2.0
Add 4 regions: aps2, apse4, euc2, eus2 @Nuru (#26)
what
Add 4 newest regions:
- "ap-south-2" = "Asia Pacific (Hyderabad)" (Note: fixed code is
ar2
becauseas2
is taken byap-southeast-2
) - "ap-southeast-4" = "Asia Pacific (Melbourne)"
- "eu-central-2" = "Europe (Zurich)"
- "eu-south-2" = "Europe (Spain)"
- Add
all_regions
output - When testing, check to make sure all regions have abbreviations
why
- Provide full coverage.
references
🤖 Automatic Updates
Update framework @cloudpossebot (#23)
what
This is an auto-generated PR that updates the README.md and docs that has been enhanced to update other framework elements such as workflows and test code
why
To have most recent versions of the framework elements
v1.1.0
Add me-central-1, ELB Logging S3 Bucket Policy, Local Zones, Display Names @Nuru (#21)
what
- Add new
me-central-1
zone - Add missing Local Zones from
us-east-1
andus-west-2
- Add ELB Logging S3 Bucket Policy output
- Add region display name map
- Update minimum Terraform version to 0.14.0
why
- Maintain complete coverage of regions
- Improve coverage of local regions
- To enable ELB access logging to an S3 bucket, you have always needed a region-specific bucket policy. This module provides the account number to use in a policy template based on region, but that is no longer sufficient. There are now 3 different templates for S3 bucket policies, and again which one to use depends on the region. Therefore, to further simplify the task for others, this module can output the full policy JSON, not just the account number.
- There is no official API to convert from the official region name, like
eu-north-1
, to a human-friendly name, like "Europe (Stockholm)". This module now outputs a map of such names, derived from the AWS Java SDK. - Previous minimum Terraform version 0.13.0 has different formatting, causing formatting checks to fail when compared to code formatted by later versions
references
- https://aws.amazon.com/blogs/aws/now-open-aws-region-in-the-united-arab-emirates-uae/
- aws/aws-sdk-java#1467
- Supersedes and closes #18
- Supersedes and closes #19
v1.0.0 Initial release with production Semantic Versioning
Initial release with production Semantic Versioning, part of Cloud Posse's general policy to convert to production versioning as we make updates to relatively mature modules. The only substantive change between this version and the previous version (0.8.1) is the addition of support for the new ap-southeast-3
region (Jakarta).
🚀 Enhancements
Add ap-southeast-3 to regions supported @Benbentwo (#17)
what
- Adds
ap-southeast-3
support
why
- Jakarta Support
Update README and framework @dylanbannon (#16)
what and why
- Update README to cover new features
- Change all references to
git.io/build-harness
intocloudposse.tools/build-harness
, sincegit.io
redirects will stop working on April 29th, 2022. - Update test framework to current
References
- DEV-143
v0.8.1
🚀 Enhancements
Chore: run `make github/init` @korenyoni (#13)
what
- Run
make github/init
.
why
- Updates
context.tf
to that of0.25.0
, which adds supports for thetenant
label. - Updates GHA-workflow-related files to their latest distribution.
- This repository has been inactive for 60 days, so
auto-context
was disabled.
references
v0.8.0
Fix README example @nitrocode (#9)
what
- Standardized module reference source (old one didn't work due to lack of
git::
prefix) - Removed additional closing square bracket
- Converted missing
var.shorten_regions
reference to local and created local
why
- Broken example
references
N/A
v0.7.0
v0.6.0
add elb account lookup @mcalhoun (#10)
what
- Add a lookup for ELB accounts for Elastic Load Balancer accounts
why
- When creating bucket policies to allow logging from ELB/ALB to write their access logs to S3, it is necessary to give permissions to the dedicated account the ELB/ALB is created in.