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/modules/backend-api/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ No requirements.
16
16
| <aname="input_csi"></a> [csi](#input\_csi)| CSI from the parent component |`string`| n/a | yes |
17
17
| <aname="input_dynamodb_kms_key_arn"></a> [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 |
18
18
| <aname="input_enable_backup"></a> [enable\_backup](#input\_enable\_backup)| Enable Backups for the DynamoDB table? |`bool`|`true`| no |
19
+
| <aname="input_enable_guardduty"></a> [enable\_guardduty](#input\_enable\_guardduty)| Enable GuardDuty |`bool`|`false`| no |
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the tfscaffold environment |`string`| n/a | yes |
21
22
| <aname="input_function_s3_bucket"></a> [function\_s3\_bucket](#input\_function\_s3\_bucket)| Name of S3 bucket to upload lambda artefacts to |`string`| n/a | yes |
0 commit comments