Skip to content

Commit 3593b4f

Browse files
committed
CCM-8620: docs
1 parent c2bf27f commit 3593b4f

File tree

7 files changed

+1
-8
lines changed

7 files changed

+1
-8
lines changed

infrastructure/terraform/components/acct/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
| <a name="output_dns_zone"></a> [dns\_zone](#output\_dns\_zone) | n/a |
3535
| <a name="output_github_pat_ssm_param_name"></a> [github\_pat\_ssm\_param\_name](#output\_github\_pat\_ssm\_param\_name) | n/a |
3636
| <a name="output_s3_buckets"></a> [s3\_buckets](#output\_s3\_buckets) | n/a |
37-
3837
<!-- vale on -->
3938
<!-- markdownlint-enable -->
4039
<!-- END_TF_DOCS -->

infrastructure/terraform/components/app/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
|------|-------------|
5959
| <a name="output_amplify"></a> [amplify](#output\_amplify) | n/a |
6060
| <a name="output_deployment"></a> [deployment](#output\_deployment) | Deployment details used for post-deployment scripts |
61-
6261
<!-- vale on -->
6362
<!-- markdownlint-enable -->
6463
<!-- END_TF_DOCS -->

infrastructure/terraform/components/branch/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
## Outputs
3030

3131
No outputs.
32-
3332
<!-- vale on -->
3433
<!-- markdownlint-enable -->
3534
<!-- END_TF_DOCS -->

infrastructure/terraform/components/sandbox/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ No requirements.
3030
| <a name="output_cognito_user_pool_client_id"></a> [cognito\_user\_pool\_client\_id](#output\_cognito\_user\_pool\_client\_id) | n/a |
3131
| <a name="output_cognito_user_pool_id"></a> [cognito\_user\_pool\_id](#output\_cognito\_user\_pool\_id) | n/a |
3232
| <a name="output_templates_table_name"></a> [templates\_table\_name](#output\_templates\_table\_name) | n/a |
33-
3433
<!-- vale on -->
3534
<!-- markdownlint-enable -->
3635
<!-- END_TF_DOCS -->

infrastructure/terraform/modules/backend-api/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ No requirements.
1010
| Name | Description | Type | Default | Required |
1111
|------|-------------|------|---------|:--------:|
1212
| <a name="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id) | The AWS Account ID (numeric) | `string` | n/a | yes |
13-
| <a name="input_cognito_config"></a> [cognito\_config](#input\_cognito\_config) | Cognito config | <pre>object({<br> USER_POOL_ID : string,<br> USER_POOL_CLIENT_ID : string<br> })</pre> | n/a | yes |
13+
| <a name="input_cognito_config"></a> [cognito\_config](#input\_cognito\_config) | Cognito config | <pre>object({<br/> USER_POOL_ID : string,<br/> USER_POOL_CLIENT_ID : string<br/> })</pre> | n/a | yes |
1414
| <a name="input_component"></a> [component](#input\_component) | The variable encapsulating the name of this component | `string` | `"api"` | no |
1515
| <a name="input_csi"></a> [csi](#input\_csi) | CSI from the parent component | `string` | n/a | yes |
1616
| <a name="input_enable_backup"></a> [enable\_backup](#input\_enable\_backup) | Enable Backups for the DynamoDB table? | `bool` | `true` | no |
@@ -37,7 +37,6 @@ No requirements.
3737
|------|-------------|
3838
| <a name="output_api_base_url"></a> [api\_base\_url](#output\_api\_base\_url) | n/a |
3939
| <a name="output_templates_table_name"></a> [templates\_table\_name](#output\_templates\_table\_name) | n/a |
40-
4140
<!-- vale on -->
4241
<!-- markdownlint-enable -->
4342
<!-- END_TF_DOCS -->

infrastructure/terraform/modules/lambda-function/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ No modules.
2626
| Name | Description |
2727
|------|-------------|
2828
| <a name="output_function_arn"></a> [function\_arn](#output\_function\_arn) | n/a |
29-
3029
<!-- vale on -->
3130
<!-- markdownlint-enable -->
3231
<!-- END_TF_DOCS -->

infrastructure/terraform/modules/typescript-build-zip/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ No modules.
2020
| Name | Description |
2121
|------|-------------|
2222
| <a name="output_zips"></a> [zips](#output\_zips) | n/a |
23-
2423
<!-- vale on -->
2524
<!-- markdownlint-enable -->
2625
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)