Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-03-20 20:44:03 +00:00
parent 1f8dede54d
commit caca64dfac
1 changed files with 6 additions and 4 deletions

View File

@ -3,21 +3,23 @@
FEATURES: FEATURES:
* **New provider:** `github` - Manage GitHub Organization permissions with Terraform config [GH-5194] * **New provider:** `github` - Manage GitHub Organization permissions with Terraform config [GH-5194]
* **New provider:** `ultradns` - Manage UltraDNS records [GH-5716]
* **New provider:** `influxdb` - Manage InfluxDB databases [GH-3478] * **New provider:** `influxdb` - Manage InfluxDB databases [GH-3478]
* **New provider:** `ultradns` - Manage UltraDNS records [GH-5716]
* **New provider:** `triton` - Manage Joyent Triton public cloud or on-premise installations [GH-5738]
* **New resource:** `azurerm_virtual_machine` [GH-5514] * **New resource:** `azurerm_virtual_machine` [GH-5514]
IMPROVEMENTS: IMPROVEMENTS:
* provider/aws: `aws_redshift_cluster` now allows`publicly_accessible` to be modified [GH-5721]
* provider/aws: `aws_db_instance` now makes `identifier` optional and generates a unique ID when it is omitted [GH-5723] * provider/aws: `aws_db_instance` now makes `identifier` optional and generates a unique ID when it is omitted [GH-5723]
* provider/aws: `aws_redshift_cluster` now allows`publicly_accessible` to be modified [GH-5721]
BUG FIXES: BUG FIXES:
* core: Color output is now shown correctly when running Terraform on Windows [GH-5718] * core: Color output is now shown correctly when running Terraform on Windows [GH-5718]
* provider/aws: `aws_lambda_function` resources no longer error on refresh if deleted externally to Terraform [GH-5668]
* provider/aws: Fix crash when an `aws_rds_cluster_instance` is removed outside of Terraform [GH-5717] * provider/aws: Fix crash when an `aws_rds_cluster_instance` is removed outside of Terraform [GH-5717]
* provider/google: Fix error message on invalid instance URL for `google_compute_instance_group` [GH-5715] * provider/aws: `aws_lambda_function` resources no longer error on refresh if deleted externally to Terraform [GH-5668]
* provider/google: Default description `google_dns_managed_zone` resources to "Managed By Terraform" [GH-5428] * provider/google: Default description `google_dns_managed_zone` resources to "Managed By Terraform" [GH-5428]
* provider/google: Fix error message on invalid instance URL for `google_compute_instance_group` [GH-5715]
## 0.6.13 (March 16, 2016) ## 0.6.13 (March 16, 2016)