Update CHANGELOG.md

This commit is contained in:
Radek Simko 2017-03-29 18:11:06 +01:00 committed by GitHub
parent dc5b1d936b
commit 6cae2a5eb1
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ BUG FIXES:
* core: Escaped interpolation-like sequences (like `$${foo}`) now permitted in variable defaults [GH-13137]
* provider/aws: Add Support for maintenance_window and back_window to rds_cluster_instance [GH-13134]
* provider/aws: Increase timeout for AMI registration [GH-13159]
* provider/aws: Increase timeouts for ELB [GH-13161]
* provider/aws: `volume_type` of `aws_elasticsearch_domain.0.ebs_options` marked as `Computed` which prevents spurious diffs [GH-13160]
* provider/azurerm: Network Security Group - ignoring protocol casing at Import time [GH-13153]