Update CHANGELOG.md

This commit is contained in:
Clint 2017-01-13 13:55:51 -06:00 committed by GitHub
parent 2599137150
commit 8eaca17adf
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ IMPROVEMENTS:
* provider/aws: Add 'route_table_id' to route_table data source ([#11157](https://github.com/hashicorp/terraform/pull/11157))
* provider/aws: Add Support for aws_cloudwatch_metric_alarm extended statistic [GH-11193]
* provider/aws: Make the type of a route53_record modifiable without recreating the resource [GH-11164]
* provider/azurerm: add caching support for virtual_machine data_disks [GH-11142]
* provider/azurerm: make lb sub resources idempotent [GH-11128]
* provider/google: Add subnetwork_project field to enable cross-project networking in instance templates [GH-11110]