Update CHANGELOG
This commit is contained in:
parent
e5ca0cc7c5
commit
6835009238
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue