mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix typo
This commit is contained in:
parent
abe62e635a
commit
a2e14c0464
@ -44,7 +44,7 @@ or `egress` (outbound).
|
|||||||
* `cidr_blocks` - (Optional) List of CIDR blocks.
|
* `cidr_blocks` - (Optional) List of CIDR blocks.
|
||||||
* `from_port` - (Required) The start port.
|
* `from_port` - (Required) The start port.
|
||||||
* `protocol` - (Required) The protocol.
|
* `protocol` - (Required) The protocol.
|
||||||
* `security_group_id` - (Required) The security group to apply this rule too.
|
* `security_group_id` - (Required) The security group to apply this rule to.
|
||||||
* `source_security_group_id` - (Optional) The security group id to allow access to/from,
|
* `source_security_group_id` - (Optional) The security group id to allow access to/from,
|
||||||
depending on the `type`.
|
depending on the `type`.
|
||||||
* `self` - (Optional) If true, the security group itself will be added as
|
* `self` - (Optional) If true, the security group itself will be added as
|
||||||
|
Loading…
Reference in New Issue
Block a user