diff --git a/README.md b/README.md index d78f6cd12..b5762ac35 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ - Unit test `npm run test:unit` - Accessibility test `npm run test:accessibility` -You can find more commands in the `package.json` file +You can find more commands in the `package.json` file. ### Running Team and IAM Web Auth projects locally diff --git a/infrastructure/terraform/components/acct/README.md b/infrastructure/terraform/components/acct/README.md index b37c3af0d..a2fec0325 100644 --- a/infrastructure/terraform/components/acct/README.md +++ b/infrastructure/terraform/components/acct/README.md @@ -26,7 +26,7 @@ | [root\_domain\_name](#input\_root\_domain\_name) | The service's root DNS root nameespace, like nonprod.nhsnotify.national.nhs.uk | `string` | `"nonprod.nhsnotify.national.nhs.uk"` | no | | [support\_sandbox\_environments](#input\_support\_sandbox\_environments) | Does this account support dev sandbox environments? | `bool` | `false` | no | | [vpc\_cidr](#input\_vpc\_cidr) | n/a | `string` | `"10.0.0.0/16"` | no | -| [vpc\_subnet\_cidr\_bits](#input\_vpc\_subnet\_cidr\_bits) | Number of additional bits to use for subnetting the VPC CIDR block. The bits are evently distributed |
object({
public = number
private = number
}) | {
"private": 3,
"public": 12
} | no |
+| [vpc\_subnet\_cidr\_bits](#input\_vpc\_subnet\_cidr\_bits) | Number of additional bits to use for subnetting the VPC CIDR block. The bits are evently distributed | object({
public = number
private = number
}) | {
"private": 3,
"public": 12
} | no |
## Modules
| Name | Source | Version |
@@ -44,6 +44,7 @@
| [s3\_buckets](#output\_s3\_buckets) | n/a |
| [vpc\_nat\_ips](#output\_vpc\_nat\_ips) | n/a |
| [vpc\_public\_subnets](#output\_vpc\_public\_subnets) | n/a |
+
diff --git a/infrastructure/terraform/components/app/README.md b/infrastructure/terraform/components/app/README.md
index a98128316..1e6343c2a 100644
--- a/infrastructure/terraform/components/app/README.md
+++ b/infrastructure/terraform/components/app/README.md
@@ -58,6 +58,7 @@
|------|-------------|
| [amplify](#output\_amplify) | n/a |
| [deployment](#output\_deployment) | Deployment details used for post-deployment scripts |
+
diff --git a/infrastructure/terraform/components/branch/README.md b/infrastructure/terraform/components/branch/README.md
index 0703f0412..998b8d752 100644
--- a/infrastructure/terraform/components/branch/README.md
+++ b/infrastructure/terraform/components/branch/README.md
@@ -29,6 +29,7 @@
## Outputs
No outputs.
+
diff --git a/infrastructure/terraform/components/sandbox/README.md b/infrastructure/terraform/components/sandbox/README.md
index f31e2452f..fe0b90da5 100644
--- a/infrastructure/terraform/components/sandbox/README.md
+++ b/infrastructure/terraform/components/sandbox/README.md
@@ -33,6 +33,7 @@ No requirements.
| [internal\_bucket\_name](#output\_internal\_bucket\_name) | n/a |
| [quarantine\_bucket\_name](#output\_quarantine\_bucket\_name) | n/a |
| [templates\_table\_name](#output\_templates\_table\_name) | n/a |
+
diff --git a/infrastructure/terraform/modules/backend-api/README.md b/infrastructure/terraform/modules/backend-api/README.md
index af80558fb..c3ead108a 100644
--- a/infrastructure/terraform/modules/backend-api/README.md
+++ b/infrastructure/terraform/modules/backend-api/README.md
@@ -10,7 +10,7 @@ No requirements.
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [aws\_account\_id](#input\_aws\_account\_id) | The AWS Account ID (numeric) | `string` | n/a | yes |
-| [cognito\_config](#input\_cognito\_config) | Cognito config | object({
USER_POOL_ID : string,
USER_POOL_CLIENT_ID : string
}) | n/a | yes |
+| [cognito\_config](#input\_cognito\_config) | Cognito config | object({
USER_POOL_ID : string,
USER_POOL_CLIENT_ID : string
}) | n/a | yes |
| [component](#input\_component) | The variable encapsulating the name of this component | `string` | `"api"` | no |
| [csi](#input\_csi) | CSI from the parent component | `string` | n/a | yes |
| [dynamodb\_kms\_key\_arn](#input\_dynamodb\_kms\_key\_arn) | KMS Key ARN for encrypting DynamoDB data. If not given, a key will be created. | `string` | `""` | no |
@@ -54,6 +54,7 @@ No requirements.
| [internal\_bucket\_name](#output\_internal\_bucket\_name) | n/a |
| [quarantine\_bucket\_name](#output\_quarantine\_bucket\_name) | n/a |
| [templates\_table\_name](#output\_templates\_table\_name) | n/a |
+
diff --git a/infrastructure/terraform/modules/lambda-function/README.md b/infrastructure/terraform/modules/lambda-function/README.md
index 846bb72ca..f350618a1 100644
--- a/infrastructure/terraform/modules/lambda-function/README.md
+++ b/infrastructure/terraform/modules/lambda-function/README.md
@@ -28,6 +28,7 @@ No modules.
| Name | Description |
|------|-------------|
| [function\_arn](#output\_function\_arn) | n/a |
+
diff --git a/infrastructure/terraform/modules/typescript-build-zip/README.md b/infrastructure/terraform/modules/typescript-build-zip/README.md
index 75e665c66..3f8ddb0ad 100644
--- a/infrastructure/terraform/modules/typescript-build-zip/README.md
+++ b/infrastructure/terraform/modules/typescript-build-zip/README.md
@@ -20,6 +20,7 @@ No modules.
| Name | Description |
|------|-------------|
| [zips](#output\_zips) | n/a |
+