Skip to content

Commit

Permalink
Add ability to set priority on compute_firewall (hashicorp#345)
Browse files Browse the repository at this point in the history
* Add ability to set priority on compute_firewall

* Set the priority explicitly when upgrading v1->v0beta
  • Loading branch information
selmanj committed Aug 30, 2017
1 parent 91e2ff0 commit 4c044f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/r/compute_firewall.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ The following arguments are supported:
* `project` - (Optional) The project in which the resource belongs. If it
is not provided, the provider project is used.

* `priority` - (Optional) The priority for this firewall. Ranges from 0-65535, inclusive. Defaults to 1000. Firewall
resources with lower priority values have higher precedence (e.g. a firewall resource with a priority value of 0
takes effect over all other firewall rules with a non-zero priority).

* `source_ranges` - (Optional) A list of source CIDR ranges that this
firewall applies to. Can't be used for `EGRESS`.

Expand Down

0 comments on commit 4c044f2

Please sign in to comment.