File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
terraform/modules/lamda-deployer Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 11## Inputs
22
3- | Name | Description | Type | Default | Required |
4- | ------| -------------| :----:| :-----:| :-----:|
5- | application | The name of the application | string | - | yes |
6- | deployer_filepath | File path to a zip file containing the deployer | string | - | yes |
7- | env_vars | A map of variables to be passed to the lambda function on deployment | map | ` <map> ` | no |
8- | environment | The name of the environment | string | - | yes |
9- | function_role_arn | The arn of the role the function will be deployed with | string | - | yes |
10- | s3_bucket_arn | The arn of the S3 bucket to use for uploading applications from CI | string | - | yes |
11- | s3_bucket_id | The id of the S3 bucket to use for uploading applications from CI | string | - | yes |
3+ | Name | Description | Type | Default | Required |
4+ | ------ | ------------- | :----: | :-----: | :-----: |
5+ | application | The name of the application | string | - | yes |
6+ | deployer_filepath | File path to a zip file containing the deployer | string | - | yes |
7+ | env_vars | A map of variables to be passed to the lambda function on deployment | map | ` <map> ` | no |
8+ | environment | The name of the environment | string | - | yes |
9+ | function_role_arn | The arn of the role the function will be deployed with | string | - | yes |
10+ | maximum_unaliased_versions | The number of versions without an alias to keep. A function with an alias is a function in use. | string | ` 3 ` | no |
11+ | s3_bucket_arn | The arn of the S3 bucket to use for uploading applications from CI | string | - | yes |
12+ | s3_bucket_id | The id of the S3 bucket to use for uploading applications from CI | string | - | yes |
13+
You can’t perform that action at this time.
0 commit comments