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_organization"></a> [organization](#input\_organization)| Organization using this module. Used to prefix tags so that they are easily identified as being from your organization |`string`| n/a | yes |
95
+
| <aname="input_owner"></a> [owner](#input\_owner)| Tag used to group resources according to product |`string`| n/a | yes |
95
96
| <aname="input_product"></a> [product](#input\_product)| Tag used to group resources according to product |`string`| n/a | yes |
96
97
| <aname="input_repo"></a> [repo](#input\_repo)| Tag used to point to the repo using this module |`string`| n/a | yes |
97
98
| <aname="input_runtime"></a> [runtime](#input\_runtime)| Runtime for the lambda function |`string`| n/a | yes |
@@ -101,10 +102,9 @@ Below is automatically generated documentation on this Terraform module using [t
101
102
| <aname="input_allow_app_config_access"></a> [allow\_app\_config\_access](#input\_allow\_app\_config\_access)| Allow AppConfig access from the Lambda function. Ignored if `policy_json` or `role_arn` are set. |`bool`|`true`| no |
102
103
| <aname="input_app_config_extension_account_number"></a> [app\_config\_extension\_account\_number](#input\_app\_config\_extension\_account\_number)| Account number for the AWS-AppConfig-Extension layer |`string`|`"027255383542"`| no |
103
104
| <aname="input_app_config_extension_version"></a> [app\_config\_extension\_version](#input\_app\_config\_extension\_version)| Lambda layer version for the AWS-AppConfig-Extension layer |`number`|`null`| no |
104
-
| <aname="input_architectures"></a> [architectures](#input\_architectures)| Architectures to target for the Lambda function |`list(string)`| <pre>[<br> "x86_64"<br>]</pre> | no |
105
+
| <aname="input_architectures"></a> [architectures](#input\_architectures)| Architectures to target for the Lambda function |`list(string)`| <pre>[<br/> "x86_64"<br/>]</pre> | no |
105
106
| <aname="input_cron"></a> [cron](#input\_cron)| (optional) cron controlling schedule of task. Is set to 07:00 GMT (02:00 EST) by default. |`string`|`"00 7 * * ? *"`| no |
106
107
| <aname="input_environment_vars"></a> [environment\_vars](#input\_environment\_vars)| Map of environment variables for the Lambda. If null, defaults to setting an SSM\_PATH based on the environment and name of the function. Set to {} if you would like for there to be no environment variables present. This is important if you are creating a Lambda@Edge. |`map(any)`|`null`| no |
107
-
| <aname="input_ephemeral_storage_size"></a> [ephemeral\_storage\_size](#input\_ephemeral\_storage\_size)| Size of the ephemeral storage in MB. Ignored if runtime is not supported. |`number`|`512`| no |
108
108
| <aname="input_event_rule_description"></a> [event\_rule\_description](#input\_event\_rule\_description)| Value to use for the CloudWatch Event Rule. Will default to name if not defined. |`string`|`null`| no |
109
109
| <aname="input_event_rule_name"></a> [event\_rule\_name](#input\_event\_rule\_name)| Name of the CloudWatch Event Rule. Will default to name if not defined. |`string`|`null`| no |
110
110
| <aname="input_file_system_config"></a> [file\_system\_config](#input\_file\_system\_config)| File system configuration for the Lambda function |`map(any)`|`null`| no |
0 commit comments