@@ -34,29 +34,39 @@ yarn run dist
3434```
3535
3636<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
37+ ## Requirements
38+
39+ No requirements.
40+
41+ ## Providers
42+
43+ | Name | Version |
44+ | ------| ---------|
45+ | aws | n/a |
46+
3747## Inputs
3848
3949| Name | Description | Type | Default | Required |
40- | ------| -------------| : ----: | : -----: | : -----:|
41- | aws\_ region | AWS region. | string | n/a | yes |
42- | distribution\_ bucket\_ name | Bucket for storing the action runner distribution. | string | n/a | yes |
43- | environment | A name that identifies the environment, used as prefix and for tagging. | string | n/a | yes |
44- | lambda\_ schedule\_ expression | Scheduler expression for action runner binary syncer. | string | ` "cron(27 * * * ? *)" ` | no |
45- | lambda\_ timeout | Time out of the lambda in seconds. | number | ` " 300" ` | no |
46- | lambda\_ zip | File location of the lambda zip file. | string | ` " null" ` | no |
47- | role\_ path | The path that will be added to the role, if not set the environment name will be used. | string | ` " null" ` | no |
48- | role\_ permissions\_ boundary | Permissions boundary that will be added to the created role for the lambda. | string | ` " null" ` | no |
49- | runner\_ architecture | The platform architecture for the runner instance \ ( x64, arm64\ ) , defaults to 'x64' | string | ` "x64" ` | no |
50- | tags | Map of tags that will be added to created resources. By default resources will be tagged with name and environment. | map(string) | ` {} ` | no |
50+ | ------| -------------| ------ | --------- | :--- -----:|
51+ | aws\_ region | AWS region. | ` string ` | n/a | yes |
52+ | distribution\_ bucket\_ name | Bucket for storing the action runner distribution. | ` string ` | n/a | yes |
53+ | environment | A name that identifies the environment, used as prefix and for tagging. | ` string ` | n/a | yes |
54+ | lambda\_ schedule\_ expression | Scheduler expression for action runner binary syncer. | ` string ` | ` "cron(27 * * * ? *)" ` | no |
55+ | lambda\_ timeout | Time out of the lambda in seconds. | ` number ` | ` 300 ` | no |
56+ | lambda\_ zip | File location of the lambda zip file. | ` string ` | ` null ` | no |
57+ | role\_ path | The path that will be added to the role, if not set the environment name will be used. | ` string ` | ` null ` | no |
58+ | role\_ permissions\_ boundary | Permissions boundary that will be added to the created role for the lambda. | ` string ` | ` null ` | no |
59+ | runner\_ architecture | The platform architecture for the runner instance (x64, arm64), defaults to 'x64' | ` string ` | ` "x64" ` | no |
60+ | tags | Map of tags that will be added to created resources. By default resources will be tagged with name and environment. | ` map(string) ` | ` {} ` | no |
5161
5262## Outputs
5363
5464| Name | Description |
5565| ------| -------------|
56- | bucket | |
57- | lambda | |
58- | lambda\_ role | |
59- | runner\_ distribution\_ object\_ key | |
66+ | bucket | n/a |
67+ | lambda | n/a |
68+ | lambda\_ role | n/a |
69+ | runner\_ distribution\_ object\_ key | n/a |
6070
6171<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
6272
0 commit comments