Skip to content

Commit dd58a53

Browse files
committed
update terraform module readme
1 parent 9b045d7 commit dd58a53

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed
Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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+

0 commit comments

Comments
 (0)