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/modules/aws-backup-source/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
@@ -57,7 +57,7 @@ No requirements.
57
57
| <aname="input_backup_copy_vault_account_id"></a> [backup\_copy\_vault\_account\_id](#input\_backup\_copy\_vault\_account\_id)| The account id of the destination backup vault for allowing restores back into the source account. |`string`|`""`| no |
58
58
| <aname="input_backup_copy_vault_arn"></a> [backup\_copy\_vault\_arn](#input\_backup\_copy\_vault\_arn)| The ARN of the destination backup vault for cross-account backup copies. |`string`|`""`| no |
| <aname="input_component"></a> [component](#input\_component)| The name of the tfscaffold component |`string`| n/a | yes |
62
62
| <aname="input_default_tags"></a> [default\_tags](#input\_default\_tags)| Default tag map for application to all taggable resources in the module |`map(string)`|`{}`| no |
63
63
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the environment where AWS Backup is configured. |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: infrastructure/modules/lambda/README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@
21
21
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the tfscaffold environment |`string`| n/a | yes |
22
22
| <aname="input_filter_pattern"></a> [filter\_pattern](#input\_filter\_pattern)| Filter pattern to use for the log subscription filter |`string`|`""`| no |
23
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 |
24
-
| <aname="input_function_code_base_path"></a> [function\_code\_base\_path](#input\_function\_code\_base\_path)| The path to the sourcecode directories needed for this lambda |`string`|`"./"`| no |
25
-
| <aname="input_function_code_dir"></a> [function\_code\_dir](#input\_function\_code\_dir)| The path to the sourcecode directories needed for this lambda |`string`| n/a | yes |
24
+
| <aname="input_function_code_base_path"></a> [function\_code\_base\_path](#input\_function\_code\_base\_path)| The base path to the sourcecode directories needed for this lambda |`string`|`"./"`| no |
25
+
| <aname="input_function_code_dir"></a> [function\_code\_dir](#input\_function\_code\_dir)| The directory for this lambda |`string`| n/a | yes |
26
26
| <aname="input_function_include_common"></a> [function\_include\_common](#input\_function\_include\_common)| Include the 'common' lambda module with this lambda |`bool`|`true`| no |
27
27
| <aname="input_function_module_name"></a> [function\_module\_name](#input\_function\_module\_name)| The name of the function module as used by the lambda handler, e.g. index or exports |`string`|`"index"`| no |
28
28
| <aname="input_function_name"></a> [function\_name](#input\_function\_name)| Base name of this lambda |`string`| n/a | yes |
@@ -31,8 +31,8 @@
31
31
| <aname="input_handler_function_name"></a> [handler\_function\_name](#input\_handler\_function\_name)| The name of the lambda handler function (passed directly to the Lambda's handler option) |`string`|`"handler"`| no |
32
32
| <aname="input_iam_policy_document"></a> [iam\_policy\_document](#input\_iam\_policy\_document)| n/a | <pre>object({<br/> body = string<br/> })</pre> |`null`| no |
33
33
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| KMS key arn to use for this function |`string`| n/a | yes |
34
-
| <aname="input_lambda_at_edge"></a> [lambda\_at\_edge](#input\_lambda\_at\_edge)|Enable the lambda insights layer, this must be disabled for lambda@edge usage|`bool`|`false`| no |
35
-
| <aname="input_lambda_dlq_message_retention_seconds"></a> [lambda\_dlq\_message\_retention\_seconds](#input\_lambda\_dlq\_message\_retention\_seconds)|KMS Key ARN to be used for SNS Topic for on-failure Lambda invocation records|`number`|`86400`| no |
34
+
| <aname="input_lambda_at_edge"></a> [lambda\_at\_edge](#input\_lambda\_at\_edge)|Whether this Lambda is a Lambda@Edge function|`bool`|`false`| no |
35
+
| <aname="input_lambda_dlq_message_retention_seconds"></a> [lambda\_dlq\_message\_retention\_seconds](#input\_lambda\_dlq\_message\_retention\_seconds)|The number of seconds to retain messages in the Lambda DLQ SQS queue|`number`|`86400`| no |
36
36
| <aname="input_lambda_env_vars"></a> [lambda\_env\_vars](#input\_lambda\_env\_vars)| Lambda environment parameters map |`map(string)`|`{}`| no |
37
37
| <aname="input_layers"></a> [layers](#input\_layers)| Lambda layer arns to include |`list(any)`|`[]`| no |
38
38
| <aname="input_log_destination_arn"></a> [log\_destination\_arn](#input\_log\_destination\_arn)| Destination ARN to use for the log subscription filter |`string`|`""`| no |
| <aname="output_cloudwatch_log_group_name"></a> [cloudwatch\_log\_group\_name](#output\_cloudwatch\_log\_group\_name)|Name of the CloudWatch Log Group for the Lambda function|
62
+
| <aname="output_function_arn"></a> [function\_arn](#output\_function\_arn)|ARN of the Lambda function|
63
+
| <aname="output_function_env_vars"></a> [function\_env\_vars](#output\_function\_env\_vars)|Environment variables for the Lambda function|
64
+
| <aname="output_function_invoke_arn"></a> [function\_invoke\_arn](#output\_function\_invoke\_arn)|Invoke ARN of the Lambda function|
65
+
| <aname="output_function_name"></a> [function\_name](#output\_function\_name)|Name of the Lambda function|
66
+
| <aname="output_function_qualified_arn"></a> [function\_qualified\_arn](#output\_function\_qualified\_arn)|Qualified ARN of the Lambda function, including version or alias|
67
+
| <aname="output_iam_role_arn"></a> [iam\_role\_arn](#output\_iam\_role\_arn)|ARN of the IAM role associated with the Lambda function|
68
+
| <aname="output_iam_role_name"></a> [iam\_role\_name](#output\_iam\_role\_name)|Name of the IAM role associated with the Lambda function|
| <aname="output_acl"></a> [acl](#output\_acl)|The ACL of the S3 bucket. If the object ownership is set to 'BucketOwnerEnforced', the ACL will be 'private'. Otherwise, it will reflect the ACL set in the aws\_s3\_bucket\_acl resource.|
41
+
| <aname="output_arn"></a> [arn](#output\_arn)|The ARN of the S3 bucket|
42
+
| <aname="output_bucket"></a> [bucket](#output\_bucket)|The name of the S3 bucket|
43
+
| <aname="output_bucket_domain_name"></a> [bucket\_domain\_name](#output\_bucket\_domain\_name)|The domain name of the S3 bucket|
44
+
| <aname="output_bucket_regional_domain_name"></a> [bucket\_regional\_domain\_name](#output\_bucket\_regional\_domain\_name)|The regional domain name of the S3 bucket|
45
+
| <aname="output_hosted_zone_id"></a> [hosted\_zone\_id](#output\_hosted\_zone\_id)|The hosted zone ID of the S3 bucket|
46
+
| <aname="output_id"></a> [id](#output\_id)|The ID of the S3 bucket|
47
+
| <aname="output_policy"></a> [policy](#output\_policy)|The policy of the S3 bucket|
48
+
| <aname="output_region"></a> [region](#output\_region)|The AWS region where the S3 bucket is located|
0 commit comments