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/deployment/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -455,6 +455,7 @@ No modules.
455
455
| <aname="input_ecr_image_tag"></a> [ecr\_image\_tag](#input\_ecr\_image\_tag)| The container tag used for ECR/container based deployments. |`string`|`"latest"`| no |
456
456
| <aname="input_ecr_repository_name"></a> [ecr\_repository\_name](#input\_ecr\_repository\_name)| Name of the ECR repository source used for ECR/container based deployments, required for `package_type=Image`. |`string`|`""`| no |
457
457
| <aname="input_function_name"></a> [function\_name](#input\_function\_name)| The name of your Lambda Function to deploy. |`string`| n/a | yes |
458
+
| <aname="input_region"></a> [region](#input\_region)| Alternative region used in all region-aware resources. If not set, the provider's region will be used. |`string`|`null`| no |
458
459
| <aname="input_s3_bucket"></a> [s3\_bucket](#input\_s3\_bucket)| Name of the bucket used for S3 based deployments, required for `package_type=Zip`. Make sure to enable S3 bucket notifications for this bucket for continuous deployment of your Lambda function, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/EventBridge.html.|`string`|`""`| no |
459
460
| <aname="input_s3_key"></a> [s3\_key](#input\_s3\_key)| Object key used for S3 based deployments, required for `package_type=Zip`. |`string`|`""`| no |
460
461
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to all resources supporting tags. |`map(string)`|`{}`| no |
0 commit comments