From 73071af7e1342e4bccce4415cb639f62ac102aee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jan 2024 12:45:16 +0000 Subject: [PATCH] terraform-docs: automated action --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 34c0da2..2a5cf0e 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ In order to prevent older versions from being retained forever, in addition to t | [bucket\_name](#input\_bucket\_name) | Bucket used for bucket log storage and user public keys | `string` | n/a | yes | | [bucket\_versioning](#input\_bucket\_versioning) | Enable bucket versioning or not | `bool` | n/a | yes | | [business\_unit](#input\_business\_unit) | Fixed variable to specify business-unit for RAM shared subnets | `string` | n/a | yes | +| [custom\_s3\_kms\_arn](#input\_custom\_s3\_kms\_arn) | KMS ARN for S3 bucket encryption | `string` | n/a | yes | | [environment](#input\_environment) | application environment | `string` | n/a | yes | | [extra\_user\_data\_content](#input\_extra\_user\_data\_content) | Extra user data content for Bastion ec2 | `string` | `""` | no | | [log\_auto\_clean](#input\_log\_auto\_clean) | Enable or not the lifecycle | `string` | n/a | yes | @@ -181,6 +182,7 @@ In order to prevent older versions from being retained forever, in addition to t | Name | Description | |------|-------------| +| [bastion\_iam\_role](#output\_bastion\_iam\_role) | IAM role of bastion | | [bastion\_launch\_template](#output\_bastion\_launch\_template) | Launch template of bastion | | [bastion\_s3\_bucket](#output\_bastion\_s3\_bucket) | S3 bucket of bastion | | [bastion\_security\_group](#output\_bastion\_security\_group) | Security group of bastion |