You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infrastructure/terraform/components/dl/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,15 @@ No requirements.
18
18
| <aname="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id)| The AWS Account ID (numeric) |`string`| n/a | yes |
19
19
| <aname="input_aws_account_type"></a> [aws\_account\_type](#input\_aws\_account\_type)| The AWS Account Type |`string`| n/a | yes |
20
20
| <aname="input_component"></a> [component](#input\_component)| The variable encapsulating the name of this component |`string`|`"dl"`| no |
21
+
| <aname="input_core_notify_include_auth_header"></a> [core\_notify\_include\_auth\_header](#input\_core\_notify\_include\_auth\_header)| Whether to send auth tokens with core notify API calls. |`bool`|`true`| no |
21
22
| <aname="input_core_notify_url"></a> [core\_notify\_url](#input\_core\_notify\_url)| The URL used to send requests to Notify |`string`|`"https://sandbox.api.service.nhs.uk"`| no |
22
23
| <aname="input_default_cloudwatch_event_bus_name"></a> [default\_cloudwatch\_event\_bus\_name](#input\_default\_cloudwatch\_event\_bus\_name)| The name of the default cloudwatch event bus. This is needed as GuardDuty Scan Result events are sent to the default bus |`string`|`"default"`| no |
23
24
| <aname="input_default_tags"></a> [default\_tags](#input\_default\_tags)| A map of default tags to apply to all taggable resources within the component |`map(string)`|`{}`| no |
24
25
| <aname="input_enable_dynamodb_delete_protection"></a> [enable\_dynamodb\_delete\_protection](#input\_enable\_dynamodb\_delete\_protection)| Enable DynamoDB Delete Protection on all Tables |`bool`|`true`| no |
25
26
| <aname="input_enable_event_anomaly_detection"></a> [enable\_event\_anomaly\_detection](#input\_enable\_event\_anomaly\_detection)| Enable CloudWatch anomaly detection alarm for core notifier queue message reception |`bool`|`true`| no |
26
27
| <aname="input_enable_event_cache"></a> [enable\_event\_cache](#input\_enable\_event\_cache)| Enable caching of events to an S3 bucket |`bool`|`true`| no |
27
28
| <aname="input_enable_mock_mesh"></a> [enable\_mock\_mesh](#input\_enable\_mock\_mesh)| Enable mock mesh access (dev only). Grants lambda permission to read mock-mesh prefix in non-pii bucket. |`bool`|`false`| no |
28
-
| <aname="input_enable_pdm_mock"></a> [enable\_pdm\_mock](#input\_enable\_pdm\_mock)| Flag indicating whether to deploy PDM mock API (should be false in production environments) |`bool`|`true`| no |
29
+
| <aname="input_enable_pdm_mock"></a> [enable\_pdm\_mock](#input\_enable\_pdm\_mock)| Flag indicating whether to deploy PDM mock API (should be false in production environments) |`bool`|`false`| no |
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the tfscaffold environment |`string`| n/a | yes |
31
32
| <aname="input_event_anomaly_band_width"></a> [event\_anomaly\_band\_width](#input\_event\_anomaly\_band\_width)| The width of the anomaly detection band. Higher values (e.g. 4-6) reduce sensitivity and noise, lower values (e.g. 2-3) increase sensitivity. Recommended: 2-4. |`number`|`3`| no |
@@ -42,8 +43,6 @@ No requirements.
42
43
| <aname="input_mesh_poll_schedule"></a> [mesh\_poll\_schedule](#input\_mesh\_poll\_schedule)| Schedule to poll MESH for messages |`string`|`"rate(5 minutes)"`| no |
43
44
| <aname="input_metadata_refresh_schedule"></a> [metadata\_refresh\_schedule](#input\_metadata\_refresh\_schedule)| Schedule for refreshing reporting metadata. |`string`|`"cron(10 6-22 * * ? *)"`| no |
44
45
| <aname="input_parent_acct_environment"></a> [parent\_acct\_environment](#input\_parent\_acct\_environment)| Name of the environment responsible for the acct resources used, affects things like DNS zone. Useful for named dev environments |`string`|`"main"`| no |
45
-
| <aname="input_pdm_mock_access_token"></a> [pdm\_mock\_access\_token](#input\_pdm\_mock\_access\_token)| Mock access token for PDM API authentication (used in local/dev environments) |`string`|`"mock-pdm-token"`| no |
46
-
| <aname="input_pdm_use_non_mock_token"></a> [pdm\_use\_non\_mock\_token](#input\_pdm\_use\_non\_mock\_token)| Whether to use the shared APIM access token from SSM (/component/environment/apim/access\_token) instead of the mock token |`bool`|`false`| no |
47
46
| <aname="input_pii_data_retention_non_current_days"></a> [pii\_data\_retention\_non\_current\_days](#input\_pii\_data\_retention\_non\_current\_days)| The number of non current days for data retention policy for PII |`number`|`14`| no |
48
47
| <aname="input_pii_data_retention_policy_days"></a> [pii\_data\_retention\_policy\_days](#input\_pii\_data\_retention\_policy\_days)| The number of days for data retention policy for PII |`number`|`534`| no |
49
48
| <aname="input_project"></a> [project](#input\_project)| The name of the tfscaffold project |`string`| n/a | yes |
0 commit comments