Skip to content

Commit

Permalink
Update CHANGELOG for #7659 and #7858
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Mar 15, 2019
1 parent 7870397 commit a6edc73
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
## 2.3.0 (Unreleased)

BREAKING CHANGES:

* service/appmesh: Changes to support AppMesh General Availability (GA) release. The AppMesh resources were added while the API was under Public Preview and the GA release earlier this month introduced breaking changes which prevented further AWS Go SDK updates. This is a very atypical situation for the Terraform AWS Provider as most AWS API and SDK changes are additive. To prevent this situation in the future we may introduce separate Terraform AWS Provider(s) specifically for Public Preview or Beta APIs. If or when this occurs, it will be separately announced. The maintainers will continue following Terraform Provider compatibility promises outlined on the [HashiCorp Blog](https://www.hashicorp.com/blog/hashicorp-terraform-provider-versioning) and [Extending Terraform documentation](https://www.terraform.io/docs/extend/best-practices/versioning.html) as best as possible except other existing Public Preview resources. [GH-7659]
* resource/aws_appmesh_virtual_node: Replace `backends` configuration block(s) with `backend` configuration blocks [GH-7858]
* resource/aws_appmesh_virtual_node: Replace `service_discovery` configuration block `service_name` argument with `service_discovery` configuration block `dns` configuration block [GH-7858]
* resource/aws_appmesh_virtual_router: Remove `spec` configuration block `service_names` argument [GH-7858]

FEATURES:

**New Resource:** `aws_appmesh_virtual_service` [GH-7858]

ENHANCEMENTS:

* resource/aws_appmesh_route: Support resource import [GH-7858]
* resource/aws_appmesh_virtual_node: Support resource import [GH-7858]
* resource/aws_appmesh_virtual_router: Support resource import [GH-7858]
* resource/aws_appmesh_virtual_router: Add `spec` configuration block `listener` configuration block [GH-7858]

## 2.2.0 (March 15, 2019)

FEATURES:
Expand Down

0 comments on commit a6edc73

Please sign in to comment.