Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 54070b3

Browse files
fortum-vaanavilnpalm
authored andcommitted
fix: Pass runner_group_name to runner module (#603)
1 parent 05c1c11 commit 54070b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ module "runners" {
9898
enable_cloudwatch_agent = var.enable_cloudwatch_agent
9999
cloudwatch_config = var.cloudwatch_config
100100
runner_log_files = var.runner_log_files
101+
runner_group_name = var.runner_group_name
101102

102103
instance_profile_path = var.instance_profile_path
103104
role_path = var.role_path

0 commit comments

Comments
 (0)