-
-
Notifications
You must be signed in to change notification settings - Fork 346
Closed as not planned
Closed as not planned
Copy link
Labels
staleIssue/PR is stale and closed automaticallyIssue/PR is stale and closed automatically
Description
terraform-aws-gitlab-runner/docker_autoscaler.tf
Lines 96 to 109 in 6f684d3
tag_specifications { | |
resource_type = "instance" | |
tags = local.tags | |
} | |
tag_specifications { | |
resource_type = "volume" | |
tags = local.tags | |
} | |
tag_specifications { | |
resource_type = "network-interface" | |
tags = local.tags | |
} | |
tags = local.tags |
This code ensures that the gitlab-runner instance always has the same name as the worker instances, which is not desirable and contradicts the docs.
It should be possible to have the autoscaler worker instances have different names/tags than the agent instance itself.
Metadata
Metadata
Assignees
Labels
staleIssue/PR is stale and closed automaticallyIssue/PR is stale and closed automatically