Skip to content

Commit

Permalink
docs: Clarify tags argument for firewall (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
moreinhardt authored Dec 20, 2024
1 parent 39b0b5c commit 6f15115
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/resources/firewall.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ The following arguments are supported:

* `name` - (Required) The Firewall name
* `droplet_ids` (Optional) - The list of the IDs of the Droplets assigned
to the Firewall.
* `tags` (Optional) - The names of the Tags assigned to the Firewall.
to the Firewall (max. 10). If you want to assign more droplets to the
Firewall, add Tags to them and use the `tags` argument below.
* `tags` (Optional) - The names of the Tags assigned to the Firewall (max. 5).
* `inbound_rule` - (Optional) The inbound access rule block for the Firewall.
The `inbound_rule` block is documented below.
* `outbound_rule` - (Optional) The outbound access rule block for the Firewall.
Expand Down

0 comments on commit 6f15115

Please sign in to comment.