From 680fa3c0d8022caa8e4fa37071a93f39dbc521e3 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 3 Feb 2015 16:45:01 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 636e82adae..69c05ee263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ IMPROVEMENTS: * **New resources: `google_compute_forwarding_rule`, `google_compute_http_health_check`, and `google_compute_target_pool`** - Together these provide network-level load balancing. [GH-588] + * **New resource: `aws_main_route_table_association`** - Manage the main routing table + of a VPC. [GH-918] * core: Formalized the syntax of interpolations and documented it very heavily. * core: Strings in interpolations can now contain further interpolations,