Skip to content

Commit f27b722

Browse files
authored
fix: TFLint error for duplicate output declaration (#5580)
The output here is duplicated and is causing TFLint to throw an error. Signed-off-by: Thanh Ha <[email protected]>
1 parent 0f0abc8 commit f27b722

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

terraform-aws-github-runner/outputs.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ output "runners" {
1111
role_runner = module.runners_instances.role_runner
1212
role_scale_up = module.runners.role_scale_up
1313
role_scale_down = module.runners.role_scale_down
14-
role_scale_down = module.runners.role_scale_down
1514
iam_profile_name_runner = module.runners_instances.iam_profile_name_runner
1615
}
1716
}

0 commit comments

Comments
 (0)