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_function_name"></a> [function\_name](#input\_function\_name)| The name of the Lambda function to deploy |`string`|`""`| no |
165
165
| <aname="input_interpreter"></a> [interpreter](#input\_interpreter)| List of interpreter arguments used to execute deploy script, first arg is path |`list(string)`| <pre>[<br> "/bin/bash",<br> "-c"<br>]</pre> | no |
166
166
| <aname="input_save_deploy_script"></a> [save\_deploy\_script](#input\_save\_deploy\_script)| Save deploy script locally |`bool`|`false`| no |
167
+
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to resources. |`map(string)`|`{}`| no |
167
168
| <aname="input_target_version"></a> [target\_version](#input\_target\_version)| Target version of Lambda function version to deploy |`string`|`""`| no |
168
169
| <aname="input_triggers"></a> [triggers](#input\_triggers)| Map of triggers which will be notified when event happens. Valid options for event types are DeploymentStart, DeploymentSuccess, DeploymentFailure, DeploymentStop, DeploymentRollback, DeploymentReady (Applies only to replacement instances in a blue/green deployment), InstanceStart, InstanceSuccess, InstanceFailure, InstanceReady. Note that not all are applicable for Lambda deployments. |`map(any)`|`{}`| no |
169
170
| <aname="input_use_existing_app"></a> [use\_existing\_app](#input\_use\_existing\_app)| Whether to use existing AWS CodeDeploy app |`bool`|`false`| no |
0 commit comments