From 6f151155e7530751c32219918702fd7c81dc9e10 Mon Sep 17 00:00:00 2001 From: Moritz Reinhardt <154784+moreinhardt@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:08:47 +0100 Subject: [PATCH] docs: Clarify tags argument for firewall (#1294) The values were taken from https://docs.digitalocean.com/products/networking/firewalls/details/limits/ --- docs/resources/firewall.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/resources/firewall.md b/docs/resources/firewall.md index 449cdcba9..8c20c09f3 100644 --- a/docs/resources/firewall.md +++ b/docs/resources/firewall.md @@ -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.