From 069636ae9fd236d5510d6becbf6838c43b100b9b Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Thu, 5 May 2016 17:37:25 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 361d50ecf8..8c126716e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ IMPROVEMENTS: * provider/aws: Improve error handling in IAM Server Certificates [GH-6442] * provider/aws: Add support for response parameters to `api_gateway_method_response` & `api_gateway_integration_response` [GH-6344] * provider/aws: Allow empty S3 config in Cloudfront Origin [GH-6487] + * provider/aws: Use `sts:GetCallerIdentity` as additional method for getting AWS account ID [GH-6385] * provider/triton: Add support for specifying network interfaces on `triton machine` resources [GH-6418] * provider/vsphere: Add `skip_customization` option to `vsphere_virtual_machine` resources [GH-6355] * provider/vsphere: Add ability to specify and mount bootable vmdk in `vsphere_virtual_machine` [GH-6146]