Skip to content

v1.1.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 03 Oct 18:24
b30b026
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 and us-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