Nikita Shupeyko

Results 31 comments of Nikita Shupeyko
trafficstars

Just setting `runners_add_dind_volumes = true` did the trick for me with `5.5.0`; didn't have to change anything about GitLab `services`.

@jayfk this one will be at the top of my priority list by the end of this week, I hope.

FYI, had to set these to work around validation errors, in a scenario when none of these were meant to be set : ```terraform tasks_iam_role_statements = [] security_group_ingress_rules = {}...

Also, FYI, `var.track_latest` `description` is off: It says, the default is `false` whereas the actual `default = true`. In addition to that, there's no way to set `var.track_latest` from the...

```terraform tag_specifications = optional(list(object({ propagate_tags = optional(string, "TASK_DEFINITION") resource_type = string tags = optional(map(string)) }))) ``` I think, we should make `resource_type = optional(string, "volume")`, besides, `"volume"` is [the only...

The `module/service`'s ```terraform variable "load_balancer" { description = "Configuration block for load balancers" type = map(object({ container_name = string container_port = number elb_name = optional(string) target_group_arn = optional(string) })) default...

@jeffcjohnson , thanks, great of you to share! I'm also planning to share my convenience bash scripts too some time later.

@jeffcjohnson , as for the script location, we keep other `postgres` service-related shell scripts in `./compose/postgres/` for now, and copy them to the image's `/usr/local/bin/`.