Skip to content

Commit

Permalink
Update CHANGELOG for #12970
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Apr 29, 2020
1 parent 37b9d4f commit d475502
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 2.60.0 (Unreleased)

NOTES:

* provider: Region validation now automatically supports the new `eu-south-1` (Europe (Milan)) region. For AWS operations to work in the new region, the region must be explicitly enabled as outlined in the [AWS Documentation](https://docs.aws.amazon.com/general/latest/gr/rande-manage.html#rande-manage-enable). When the region is not enabled, the Terraform AWS Provider will return errors during credential validation (e.g. `error validating provider credentials: error calling sts:GetCallerIdentity: InvalidClientTokenId: The security token included in the request is invalid`) or AWS operations will throw their own errors (e.g. `data.aws_availability_zones.current: Error fetching Availability Zones: AuthFailure: AWS was not able to validate the provided access credentials`). [GH-12970]

FEATURES:

* **New Data Source:** `aws_backup_plan` [GH-13035]
Expand All @@ -9,6 +13,7 @@ FEATURES:
ENHANCEMENTS:

* data-source/aws_elb_hosted_zone_id: Add `us-gov-east-1` and `us-gov-west-1` region values [GH-12976]
* provider: Support automatic region validation for `eu-south-1` [GH-12970]
* resource/aws_db_snapshot: Support import [GH-12978]
* resource/aws_default_route_table: Add plan-time validation to `cidr_block` and `ipv6_cidr_block` arguments [GH-12858]
* resource/aws_elasticsearch_domain: Support customizable update timeout [GH-12916]
Expand Down

0 comments on commit d475502

Please sign in to comment.