mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-29 18:21:10 +00:00
fix(docs): firewall security group typo enabled
(#1994)
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
parent
1b86a41535
commit
307bc25f2e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user