From 307bc25f2e105e0e0d7282954d53df66e3d7d86f Mon Sep 17 00:00:00 2001 From: ChengHao Yang <17496418+tico88612@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:57:55 +0800 Subject: [PATCH] fix(docs): firewall security group typo `enabled` (#1994) Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --- .../virtual_environment_cluster_firewall_security_group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/virtual_environment_cluster_firewall_security_group.md b/docs/resources/virtual_environment_cluster_firewall_security_group.md index e455769e..157df22a 100644 --- a/docs/resources/virtual_environment_cluster_firewall_security_group.md +++ b/docs/resources/virtual_environment_cluster_firewall_security_group.md @@ -59,7 +59,7 @@ resource "proxmox_virtual_environment_cluster_firewall_security_group" "webserve services'. Port ranges can be specified with '\d+:\d+', for example `80:85`, and you can use comma separated list to match several ports or ranges. - - `enable` - (Optional) Enable this rule. Defaults to `true`. + - `enabled` - (Optional) Enable this rule. Defaults to `true`. - `iface` - (Optional) Network interface name. You have to use network configuration key names for VMs and containers ('net\d+'). Host related rules can use arbitrary strings.