mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-22 19:38:35 +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
|
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
|
`80:85`, and you can use comma separated list to match several ports or
|
||||||
ranges.
|
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
|
- `iface` - (Optional) Network interface name. You have to use network
|
||||||
configuration key names for VMs and containers ('net\d+'). Host related
|
configuration key names for VMs and containers ('net\d+'). Host related
|
||||||
rules can use arbitrary strings.
|
rules can use arbitrary strings.
|
||||||
|
Loading…
Reference in New Issue
Block a user