Merge branch 'master' of github.com:hashicorp/terraform

This commit is contained in:
stack72 2016-09-02 17:09:08 +03:00
commit 04a77b343b
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16

View File

@ -14,7 +14,8 @@ FEATURES:
IMPROVEMENTS:
* core: Show last resource state in a timeout error message [GH-8510]
* core: HTTP module sources can now use netrc files for auth
* core: HTTP module sources can now use netrc files for auth
* core: Add wildcard (match all) support to `ignore_changes` [GH-8599]
* helper/schema: Add diff suppression callback [GH-8585]
* provider/aws: Add MemoryReservation To `aws_ecs_container_definition` data source [GH-8437]
* provider/aws: Export `arn` of `aws_autoscaling_group` [GH-8503]