Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-09-27 12:42:46 -07:00
parent e7f113fa6e
commit 1c73f4e703
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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: