Skip to content

Commit

Permalink
Merge pull request #8 from terraform-providers/master
Browse files Browse the repository at this point in the history
Merge from upstream
  • Loading branch information
Abhijeet Gaiha authored Sep 16, 2017
2 parents 62ae289 + 7029dfe commit dd7b283
Show file tree
Hide file tree
Showing 16 changed files with 1,175 additions and 285 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
## 0.2.0 (Unreleased)
## 0.2.1 (Unreleased)
## 0.2.0 (September 15, 2017)

FEATURES:

* **New Resource:** `azurerm_container_group` [GH-333] [GH-311]
* **Support for authenticating using the Azure CLI** ([#316](https://github.com/terraform-providers/terraform-provider-azurerm/issues/316))
* **New Resource:** `azurerm_container_group` ([#333](https://github.com/terraform-providers/terraform-provider-azurerm/issues/333)] [[#311](https://github.com/terraform-providers/terraform-provider-azurerm/issues/311)] [[#338](https://github.com/terraform-providers/terraform-provider-azurerm/issues/338))

IMPROVEMENTS:

* `azurerm_app_service_plan` - support for Linux App Services [GH-332]
* `azurerm_postgresql_server` - supporting additional storage sizes [GH-239]
* `azurerm_public_ip` - verifying the ID is valid before importing [GH-320]
* `azurerm_sql_server` - verifying the name is valid before creating [GH-323]
* `resource_group_name` - validation has been added to all resources that use this attribute [GH-330]
* `azurerm_app_service_plan` - support for Linux App Service Plans ([#332](https://github.com/terraform-providers/terraform-provider-azurerm/issues/332))
* `azurerm_postgresql_server` - supporting additional storage sizes ([#239](https://github.com/terraform-providers/terraform-provider-azurerm/issues/239))
* `azurerm_public_ip` - verifying the ID is valid before importing ([#320](https://github.com/terraform-providers/terraform-provider-azurerm/issues/320))
* `azurerm_sql_server` - verifying the name is valid before creating ([#323](https://github.com/terraform-providers/terraform-provider-azurerm/issues/323))
* `resource_group_name` - validation has been added to all resources that use this attribute ([#330](https://github.com/terraform-providers/terraform-provider-azurerm/issues/330))

## 0.1.7 (September 11, 2017)

Expand Down
Loading

0 comments on commit dd7b283

Please sign in to comment.