Update CHANGELOG
This commit is contained in:
parent
e7f113fa6e
commit
1c73f4e703
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue