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
| <aname="input_apim_auth_token_schedule"></a> [apim\_auth\_token\_schedule](#input\_apim\_auth\_token\_schedule)| Schedule to renew the APIM auth token |`string`|`"rate(9 minutes)"`| no |
13
13
| <aname="input_apim_auth_token_url"></a> [apim\_auth\_token\_url](#input\_apim\_auth\_token\_url)| URL to generate an APIM auth token |`string`|`"https://int.api.service.nhs.uk/oauth2/token"`| no |
14
-
| <aname="input_apim_base_url"></a> [apim\_base\_url](#input\_apim\_base\_url)| The URL used to send requests to Notify and PDM |`string`|`"https://int.api.service.nhs.uk"`| no |
14
+
| <aname="input_apim_base_url"></a> [apim\_base\_url](#input\_apim\_base\_url)| The URL used to send requests to PDM |`string`|`"https://int.api.service.nhs.uk"`| no |
15
15
| <aname="input_apim_keygen_schedule"></a> [apim\_keygen\_schedule](#input\_apim\_keygen\_schedule)| Schedule to refresh key pairs if necessary |`string`|`"cron(0 14 * * ? *)"`| no |
16
16
| <aname="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id)| The AWS Account ID (numeric) |`string`| n/a | yes |
17
17
| <aname="input_component"></a> [component](#input\_component)| The variable encapsulating the name of this component |`string`|`"dl"`| no |
18
-
| <aname="input_core_notify_sandbox_base_url"></a> [core\_notify\_sandbox\_base\_url](#input\_core\_notify\_sandbox\_base\_url)| The URL used to send requests to Notify sandbox environment (should not be used in production environment)|`string`|`"https://sandbox.api.service.nhs.uk"`| no |
18
+
| <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 |
19
19
| <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 |
20
20
| <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 |
21
21
| <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 |
@@ -36,12 +36,11 @@ No requirements.
36
36
| <aname="input_region"></a> [region](#input\_region)| The AWS Region |`string`| n/a | yes |
37
37
| <aname="input_shared_infra_account_id"></a> [shared\_infra\_account\_id](#input\_shared\_infra\_account\_id)| The AWS Shared Infra Account ID (numeric) |`string`| n/a | yes |
38
38
| <aname="input_ttl_poll_schedule"></a> [ttl\_poll\_schedule](#input\_ttl\_poll\_schedule)| Schedule to poll for any overdue TTL records |`string`|`"rate(10 minutes)"`| no |
39
-
| <aname="input_use_core_nofiy_sandbox"></a> [use\_core\_nofiy\_sandbox](#input\_use\_core\_nofiy\_sandbox)| Flag indicating whether to use Core Notify sandbox or not (should be false in production environments) |`bool`|`true`| no |
0 commit comments