fix typo in Changelog

This commit is contained in:
John Engelman 2015-05-11 08:23:26 -05:00
parent f1d85f955a
commit b3d54cef4e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ IMPROVEMENTS:
* provider/aws: `aws_elasticache_cluster` add support for Tags [GH-1965]
* provider/aws: `aws_s3_bucket` exports `hosted_zone_id` and `region` [GH-1865]
* provider/aws: `aws_route53_record` exports `fqdn` [GH-1847]
* provider/aws: `aws_route53_hosted_zone` can create private hosted zones [GH-1526]
* provider/aws: `aws_route53_zone` can create private hosted zones [GH-1526]
* provider/google: `google_compute_instance` `scratch` attribute added [GH-1920]
BUG FIXES: