@@ -34,29 +34,39 @@ yarn run dist
34
34
```
35
35
36
36
<!-- 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
+
37
47
## Inputs
38
48
39
49
| 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 |
51
61
52
62
## Outputs
53
63
54
64
| Name | Description |
55
65
| ------| -------------|
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 |
60
70
61
71
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
62
72
0 commit comments