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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ No modules.
137
137
|[aws_iam_role.codedeploy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_role)| data source |
138
138
|[aws_lambda_alias.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lambda_alias)| data source |
139
139
|[aws_lambda_function.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lambda_function)| data source |
140
+
|[aws_partition.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/partition)| data source |
140
141
141
142
## Inputs
142
143
@@ -151,10 +152,10 @@ No modules.
151
152
| <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
153
| <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
154
| <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 |
155
+
| <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
156
| <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
157
| <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 |
158
+
| <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
159
| <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
160
| <aname="input_create"></a> [create](#input\_create)| Controls whether resources should be created |`bool`|`true`| no |
160
161
| <aname="input_create_app"></a> [create\_app](#input\_create\_app)| Whether to create new AWS CodeDeploy app |`bool`|`false`| no |
@@ -168,7 +169,7 @@ No modules.
168
169
| <aname="input_force_deploy"></a> [force\_deploy](#input\_force\_deploy)| Force deployment every time (even when nothing changes) |`bool`|`false`| no |
169
170
| <aname="input_function_name"></a> [function\_name](#input\_function\_name)| The name of the Lambda function to deploy |`string`|`""`| no |
170
171
| <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 |
172
+
| <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
173
| <aname="input_run_deployment"></a> [run\_deployment](#input\_run\_deployment)| Run AWS CLI command to start the deployment |`bool`|`false`| no |
173
174
| <aname="input_save_deploy_script"></a> [save\_deploy\_script](#input\_save\_deploy\_script)| Save deploy script locally |`bool`|`false`| no |
174
175
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to resources. |`map(string)`|`{}`| no |
0 commit comments