Update CHANGELOG

This commit is contained in:
Dave Cunningham 2015-05-12 13:06:02 -04:00
parent e5ca0cc7c5
commit 6835009238
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@ IMPROVEMENTS:
* provider/aws: `aws_s3_bucket` exports `hosted_zone_id` and `region` [GH-1865]
* provider/aws: `aws_route53_record` exports `fqdn` [GH-1847]
* provider/google: `google_compute_instance` `scratch` attribute added [GH-1920]
BUG FIXES:
@ -14,6 +15,10 @@ BUG FIXES:
* provider/aws: `aws_db_instance` ARN value is correct [GH-1910]
* provider/aws: `aws_db_instance` only submit modify request if there
is a change. [GH-1906]
* provider/google: `google_compute_instance` Local SSDs no-longer cause crash
[GH-1088]
* provider/google: `google_http_health_check` Defaults now driven from Terraform,
avoids errors on update [GH-1894]
* provider/template: Fix infinite diff [GH-1898]
## 0.5.0 (May 7, 2015)