This module requires Terraform 0.13.1 or later. Older Terraform versions are not supported.
Get your serverless framework application to AWS, the right way.
| Name | Version |
|---|---|
| terraform | >= 0.13.1 |
| aws | >= 3.63 |
| Name | Version |
|---|---|
| aws | >= 3.63 |
No modules.
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| cloudformation_additional_policy | (Optional) Cloudformation additional policy. | string |
null |
no |
| cloudformation_assume_role_policy | (Optional) Required if create_deploy_iam_role is true. The policy that grants an entity permission to assume the role. |
string |
null |
no |
| create_deploy_iam_role | (Optional) Create deploy iam role. | bool |
false |
no |
| create_deploy_iam_user | (Optional) Create deploy iam role. | bool |
false |
no |
| deploy_additional_policy | (Optional) Deploy additional policy. | string |
null |
no |
| deploy_assume_role_policy | (Optional) Required if create_deploy_iam_role is true. The policy that grants an entity permission to assume the role. |
string |
null |
no |
| deploy_group_users | (Optional) Name of Iam users to add a deploy group | list(string) |
[] |
no |
| lambda_additional_policy | (Optional) Lambda role additional policy. | string |
null |
no |
| lambda_assume_role_policy | (Optional) Lambda role assume role policy. When null, the default Lambda service trust policy is used. | string |
null |
no |
| serverless_service_name | (Required) Serverless name of service (function) | string |
n/a | yes |
| serverless_stage | (Required) Serverless stage (environment) | string |
n/a | yes |
| tags | (Optional) A map of tags to assign to the resources. | map(string) |
{} |
no |
| Name | Description |
|---|---|
| bucket_arn | The ARN of the S3 Bucket project. |
| cloudformation_role_arn | The ARN of Cloudformation IAM role |
| cloudformation_role_name | The Name of Cloudformation IAM role |
| deploy_iam_user_arn | The ARN of Deploy IAM role |
| deploy_iam_user_name | The Name of Deploy IAM role |
| deploy_role_arn | The ARN of Deploy IAM role |
| deploy_role_name | The Name of Deploy IAM role |
| lambda_role_arn | The ARN of Lambda IAM role |
| lambda_role_name | The Name of Lambda IAM role |