You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -115,29 +115,30 @@ module "gitlab-runner" {
115
115
| ami_filter | AMI filter to select the AMI used to host the gitlab runner agent. By default the pattern `amzn-ami-hvm-2018.03*-x86_64-ebs` is used for the name. Currently Amazon Linux 2 `amzn2-ami-hvm-2.0.????????-x86_64-ebs` looks *not* working for this configuration. | list |`<list>`| no |
116
116
| ami_owners | A list of owners used to select the AMI for the instance. | list |`<list>`| no |
117
117
| aws_region | AWS region. | string | - | yes |
118
+
| aws_zone | AWS availability zone (typically 'a', 'b', or 'c'). | string |`a`| no |
118
119
| cache_bucket_prefix | Prefix for s3 cache bucket name. | string | `` | no |
119
120
| cache_expiration_days | Number of days before cache objects expires. | string |`1`| no |
120
121
| cache_shared | Enables cache sharing between runners, false by default. | string |`false`| no |
121
122
| create_runners_iam_instance_profile || string |`true`| no |
122
123
| docker_machine_instance_type | Instance type used for the instances hosting docker-machine. | string |`m4.large`| no |
123
-
| docker_machine_options | Additional to set options for docker machien. Each element of the list should be key and value. E.g. '["--amazonec2-zone=a"]' | list |`<list>`| no |
124
+
| docker_machine_options | Additional to set options for docker machine. Each element of the list should be key and value. E.g. '["amazonec2-zone=a"]' | list |`<list>`| no |
0 commit comments