From 1c73f4e703b0565e62b1657b9300a46775bb60ae Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 27 Sep 2014 12:42:46 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + .../docs/providers/google/r/compute_firewall.html.markdown | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cfe41b6c..a5c0ea6e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ IMPROVEMENTS: * helper/schema: Can now have default values. [GH-245] * providers/aws: New resource `db_subnet_group`. [GH-295] * providers/aws: Add `map_public_ip_on_launch` for subnets. [GH-285] + * providers/google: Support `target_tags` for firewalls. [GH-324] BUG FIXES: diff --git a/website/source/docs/providers/google/r/compute_firewall.html.markdown b/website/source/docs/providers/google/r/compute_firewall.html.markdown index 1a0584754..a2d69e515 100644 --- a/website/source/docs/providers/google/r/compute_firewall.html.markdown +++ b/website/source/docs/providers/google/r/compute_firewall.html.markdown @@ -43,7 +43,9 @@ The following arguments are supported: * `source_ranges` - (Optional) A list of source CIDR ranges that this firewall applies to. -* `source_tags` - (Optional) A list of tags that this firewall applies to. +* `source_tags` - (Optional) A list of source tags that this firewall applies to. + +* `target_tags` - (Optional) A list of target tags that this firewall applies to. The `allow` block supports: