diff --git a/docs/reference.md b/docs/reference.md index b9b9010..9ad46fd 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -62,7 +62,7 @@ | [filter\_pattern](#input\_filter\_pattern) | Filter pattern for CloudWatch logs subscription filter | `string` | `""` | no | | [hosted\_zone\_domain](#input\_hosted\_zone\_domain) | Hosted zone domain, e.g. dev.ca.example.com | `string` | `""` | no | | [hosted\_zone\_id](#input\_hosted\_zone\_id) | Hosted zone ID for public zone, e.g. Z0123456XXXXXXXXXXX | `string` | `""` | no | -| [issuing\_ca\_info](#input\_issuing\_ca\_info) | Issuing CA certificate information | `map` |
{
"commonName": "Serverless Issuing CA",
"country": "GB",
"emailAddress": null,
"lifetime": 3650,
"locality": "London",
"organization": "Serverless",
"organizationalUnit": "IT",
"pathLengthConstraint": null,
"state": "London"
}
| no | +| [issuing\_ca\_info](#input\_issuing\_ca\_info) | Issuing CA certificate information | `map` |
{
"commonName": "Serverless Issuing CA",
"country": "GB",
"emailAddress": null,
"lifetime": 3650,
"locality": "London",
"organization": "Serverless",
"organizationalUnit": "IT",
"pathLengthConstraint": null,
"state": "London"
}
| no | | [issuing\_ca\_key\_spec](#input\_issuing\_ca\_key\_spec) | Issuing CA key specification | `string` | `"ECC_NIST_P256"` | no | | [issuing\_crl\_days](#input\_issuing\_crl\_days) | Number of days before Issuing CA CRL expires, in addition to seconds. Must be greater than or equal to Step Function interval | `number` | `1` | no | | [issuing\_crl\_seconds](#input\_issuing\_crl\_seconds) | Number of seconds before Issuing CA CRL expires, in addition to days. Used for overlap in case of clock skew | `number` | `600` | no | @@ -72,10 +72,10 @@ | [logging\_account\_id](#input\_logging\_account\_id) | AWS Account ID of central logging account for CloudWatch subscription filters | `string` | `""` | no | | [max\_cert\_lifetime](#input\_max\_cert\_lifetime) | Maximum end entity certificate lifetime in days | `number` | `365` | no | | [memory\_size](#input\_memory\_size) | Standard memory allocation for Lambda functions | `number` | `128` | no | -| [prod\_envs](#input\_prod\_envs) | List of production environment names, used in outputs.tf | `list` |
[
"prd",
"prod"
]
| no | +| [prod\_envs](#input\_prod\_envs) | List of production environment names, used in outputs.tf | `list` |
[
"prd",
"prod"
]
| no | | [project](#input\_project) | abbreviation for the project, forms first part of resource names | `string` | `"serverless"` | no | | [public\_crl](#input\_public\_crl) | Whether to make the CRL and CA certificates publicly available | `bool` | `false` | no | -| [root\_ca\_info](#input\_root\_ca\_info) | Root CA certificate information | `map` |
{
"commonName": "Serverless Root CA",
"country": "GB",
"emailAddress": null,
"lifetime": 7300,
"locality": "London",
"organization": "Serverless",
"organizationalUnit": "IT",
"pathLengthConstraint": null,
"state": "London"
}
| no | +| [root\_ca\_info](#input\_root\_ca\_info) | Root CA certificate information | `map` |
{
"commonName": "Serverless Root CA",
"country": "GB",
"emailAddress": null,
"lifetime": 7300,
"locality": "London",
"organization": "Serverless",
"organizationalUnit": "IT",
"pathLengthConstraint": null,
"state": "London"
}
| no | | [root\_ca\_key\_spec](#input\_root\_ca\_key\_spec) | Root CA key specification | `string` | `"ECC_NIST_P384"` | no | | [root\_crl\_days](#input\_root\_crl\_days) | Number of days before Root CA CRL expires, in addition to seconds. Must be greater than or equal to Step Function interval | `number` | `1` | no | | [root\_crl\_seconds](#input\_root\_crl\_seconds) | Number of seconds before Root CA CRL expires, in addition to days. Used for overlap in case of clock skew | `number` | `600` | no |