diff --git a/README.md b/README.md index a88977f..4193e1c 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ When adding a new group to SSO, there are following steps to complete: | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [authorization\_rules](#input\_authorization\_rules) | Authorization rules for the VPN |
list(object({
access_group_id = string
description = string
name = string
target_network_cidr = string
}))
| n/a | yes | +| [authorization\_rules](#input\_authorization\_rules) | Authorization rules for the VPN |
list(object({
access_group_id = string
description = string
name = string
target_network_cidr = string
}))
| n/a | yes | | [name](#input\_name) | Name of the VPN | `string` | n/a | yes | | [saml\_provider\_document](#input\_saml\_provider\_document) | Document for the SAML provider | `string` | n/a | yes | | [saml\_provider\_portal\_document](#input\_saml\_provider\_portal\_document) | Document for the SAML provider portal | `string` | n/a | yes |