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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ No requirements.
17
17
| <aname="input_component"></a> [component](#input\_component)| The variable encapsulating the name of this component |`string`|`"dl"`| no |
18
18
| <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 |
19
19
| <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 |
20
+
| <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 |
20
21
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the tfscaffold environment |`string`| n/a | yes |
21
22
| <aname="input_force_destroy"></a> [force\_destroy](#input\_force\_destroy)| Flag to force deletion of S3 buckets |`bool`|`false`| no |
22
23
| <aname="input_force_lambda_code_deploy"></a> [force\_lambda\_code\_deploy](#input\_force\_lambda\_code\_deploy)| If the lambda package in s3 has the same commit id tag as the terraform build branch, the lambda will not update automatically. Set to True if making changes to Lambda code from on the same commit for example during development |`bool`|`false`| no |
@@ -57,8 +58,8 @@ No requirements.
57
58
| Name | Description |
58
59
|------|-------------|
59
60
| <aname="output_deployment"></a> [deployment](#output\_deployment)| Deployment details used for post-deployment scripts |
60
-
| <aname="output_pdm_mock_lambda_endpoint"></a> [pdm\_mock\_lambda\_endpoint](#output\_pdm\_mock\_lambda\_endpoint)| The base URL of the PDM Mock Lambda |
61
-
| <aname="output_pdm_mock_lambda_id"></a> [pdm\_mock\_lambda\_id](#output\_pdm\_mock\_lambda\_id)| The ID of the PDM Mock Lambda API Gateway |
61
+
| <aname="output_pdm_mock_lambda_endpoint"></a> [pdm\_mock\_lambda\_endpoint](#output\_pdm\_mock\_lambda\_endpoint)| The base URL of the PDM Mock Lambda (null when not deployed) |
62
+
| <aname="output_pdm_mock_lambda_id"></a> [pdm\_mock\_lambda\_id](#output\_pdm\_mock\_lambda\_id)| The ID of the PDM Mock Lambda API Gateway (null when not deployed) |
0 commit comments