Updating to include #14176

This commit is contained in:
Tom Harvey 2017-06-05 10:57:14 +01:00 committed by GitHub
parent 09dcb78b11
commit 8710843fb5
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ BUG FIXES:
* provider/aws: Retry Lambda func creation on IAM error [GH-15067]
* provider/aws: Retry ECS service creation on ClusterNotFoundException [GH-15066]
* provider/aws: Guard against panic when no aws_default_vpc found [GH-15070]
* provider/azurerm: VM - making `os_profile` optional [GH-14176]
* provider/azurerm: Preserve the Subnet properties on Update [GH-13877]
* provider/datadog: make datadog_user verified a computed attribute [GH-15034]
* provider/digitalocean: Refresh DO loadbalancer from state if 404 [GH-14897]