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: modules/deploy/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -151,10 +151,10 @@ No modules.
151
151
| <aname="input_attach_hooks_policy"></a> [attach\_hooks\_policy](#input\_attach\_hooks\_policy)| Whether to attach Invoke policy to CodeDeploy role when before allow traffic or after allow traffic hooks are defined. |`bool`|`true`| no |
152
152
| <aname="input_attach_triggers_policy"></a> [attach\_triggers\_policy](#input\_attach\_triggers\_policy)| Whether to attach SNS policy to CodeDeploy role when triggers are defined |`bool`|`false`| no |
153
153
| <aname="input_auto_rollback_enabled"></a> [auto\_rollback\_enabled](#input\_auto\_rollback\_enabled)| Indicates whether a defined automatic rollback configuration is currently enabled for this Deployment Group. |`bool`|`true`| no |
154
-
| <aname="input_auto_rollback_events"></a> [auto\_rollback\_events](#input\_auto\_rollback\_events)| List of event types that trigger a rollback. Supported types are DEPLOYMENT\_FAILURE and DEPLOYMENT\_STOP\_ON\_ALARM. |`list(string)`| <pre>[<br> "DEPLOYMENT_STOP_ON_ALARM"<br>]</pre> | no |
154
+
| <aname="input_auto_rollback_events"></a> [auto\_rollback\_events](#input\_auto\_rollback\_events)| List of event types that trigger a rollback. Supported types are DEPLOYMENT\_FAILURE and DEPLOYMENT\_STOP\_ON\_ALARM. |`list(string)`| <pre>[<br/> "DEPLOYMENT_STOP_ON_ALARM"<br/>]</pre> | no |
155
155
| <aname="input_aws_cli_command"></a> [aws\_cli\_command](#input\_aws\_cli\_command)| Command to run as AWS CLI. May include extra arguments like region and profile. |`string`|`"aws"`| no |
156
156
| <aname="input_before_allow_traffic_hook_arn"></a> [before\_allow\_traffic\_hook\_arn](#input\_before\_allow\_traffic\_hook\_arn)| ARN of Lambda function to execute before allow traffic during deployment. This function should be named CodeDeployHook\_, to match the managed AWSCodeDeployForLambda policy, unless you're using a custom role |`string`|`""`| no |
157
-
| <aname="input_codedeploy_principals"></a> [codedeploy\_principals](#input\_codedeploy\_principals)| List of CodeDeploy service principals to allow. The list can include global or regional endpoints. |`list(string)`| <pre>[<br> "codedeploy.amazonaws.com"<br>]</pre> | no |
157
+
| <aname="input_codedeploy_principals"></a> [codedeploy\_principals](#input\_codedeploy\_principals)| List of CodeDeploy service principals to allow. The list can include global or regional endpoints. |`list(string)`| <pre>[<br/> "codedeploy.amazonaws.com"<br/>]</pre> | no |
158
158
| <aname="input_codedeploy_role_name"></a> [codedeploy\_role\_name](#input\_codedeploy\_role\_name)| IAM role name to create or use by CodeDeploy |`string`|`""`| no |
159
159
| <aname="input_create"></a> [create](#input\_create)| Controls whether resources should be created |`bool`|`true`| no |
160
160
| <aname="input_create_app"></a> [create\_app](#input\_create\_app)| Whether to create new AWS CodeDeploy app |`bool`|`false`| no |
@@ -168,7 +168,7 @@ No modules.
168
168
| <aname="input_force_deploy"></a> [force\_deploy](#input\_force\_deploy)| Force deployment every time (even when nothing changes) |`bool`|`false`| no |
169
169
| <aname="input_function_name"></a> [function\_name](#input\_function\_name)| The name of the Lambda function to deploy |`string`|`""`| no |
170
170
| <aname="input_get_deployment_sleep_timer"></a> [get\_deployment\_sleep\_timer](#input\_get\_deployment\_sleep\_timer)| Adds additional sleep time to get-deployment command to avoid the service throttling |`number`|`5`| no |
171
-
| <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 |
171
+
| <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 |
172
172
| <aname="input_run_deployment"></a> [run\_deployment](#input\_run\_deployment)| Run AWS CLI command to start the deployment |`bool`|`false`| no |
173
173
| <aname="input_save_deploy_script"></a> [save\_deploy\_script](#input\_save\_deploy\_script)| Save deploy script locally |`bool`|`false`| no |
174
174
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to resources. |`map(string)`|`{}`| no |
0 commit comments