Updating to include #13933

This commit is contained in:
Tom Harvey 2017-04-25 15:22:15 +01:00 committed by GitHub
parent 414060c83b
commit 8d48c4743c
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ BUG FIXES:
* provider/azurerm: Locking around Network Security Group / Subnets [GH-13637]
* provider/azurerm: Locking route table on subnet create/delete [GH-13791]
* provider/azurerm: VM's - fixes a bug where ssh_keys could contain a null entry [GH-13755]
* provider/azurerm: fixing a bug refreshing the `azurerm_redis_cache` [GH-13899]
* provider/azurerm: VM's - ignoring the case on the `create_option` field during Diff's [GH-13933]
* provider/azurerm: fixing a bug refreshing the `azurerm_redis_cache` [GH-13899]
* provider/fastly: Fix issue with using 0 for `default_ttl` [GH-13648]
* provider/fastly: Add ability to associate a healthcheck to a backend [GH-13539]
* provider/google: Stop setting the id when project creation fails [GH-13644]