Skip to content

Commit

Permalink
fix: Pass runner_group_name to runner module (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortum-vaanavil authored Mar 2, 2021
1 parent abd7db9 commit 59daa87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ module "runners" {
enable_cloudwatch_agent = var.enable_cloudwatch_agent
cloudwatch_config = var.cloudwatch_config
runner_log_files = var.runner_log_files
runner_group_name = var.runner_group_name

instance_profile_path = var.instance_profile_path
role_path = var.role_path
Expand Down

0 comments on commit 59daa87

Please sign in to comment.