Skip to content

Commit

Permalink
Update CHANGELOG for #6605
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Nov 27, 2018
1 parent badb9a2 commit 06feba5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
## 1.49.0 (Unreleased)

FEATURES

* **New Data Source:** `aws_ec2_transit_gateway` [GH-6605]
* **New Data Source:** `aws_ec2_transit_gateway_route_table` [GH-6605]
* **New Data Source:** `aws_ec2_transit_gateway_vpc_attachment` [GH-6605]
* **New Resource:** `aws_ec2_transit_gateway` [GH-6605]
* **New Resource:** `aws_ec2_transit_gateway_route` [GH-6605]
* **New Resource:** `aws_ec2_transit_gateway_route_table` [GH-6605]
* **New Resource:** `aws_ec2_transit_gateway_route_table_association` [GH-6605]
* **New Resource:** `aws_ec2_transit_gateway_route_table_propagation` [GH-6605]
* **New Resource:** `aws_ec2_transit_gateway_vpc_attachment` [GH-6605]

ENHANCEMENTS

* data-source/aws_route: Add `transit_gateway_id` attribute [GH-6605]
* data-source/aws_route_table: Add `route` attribute block `transit_gateway_id` attribute [GH-6605]
* resource/aws_default_route_table: Add `route` configuration block `transit_gateway_id` argument [GH-6605]
* resource/aws_route: Add `transit_gateway_id` argument [GH-6605]
* resource/aws_route_table: Add `route` configuration block `transit_gateway_id` argument [GH-6605]
* resource/aws_vpn_connection: Add `transit_gateway_id` argument, mark `vpn_gateway_id` as optional [GH-6605]

## 1.48.0 (November 26, 2018)

FEATURES
Expand Down

0 comments on commit 06feba5

Please sign in to comment.