Skip to content

Commit

Permalink
fix: TFLint error for duplicate output declaration (#5580)
Browse files Browse the repository at this point in the history
The output here is duplicated and is causing TFLint to throw an error.

Signed-off-by: Thanh Ha <[email protected]>
  • Loading branch information
zxiiro authored Aug 21, 2024
1 parent 0f0abc8 commit f27b722
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform-aws-github-runner/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ output "runners" {
role_runner = module.runners_instances.role_runner
role_scale_up = module.runners.role_scale_up
role_scale_down = module.runners.role_scale_down
role_scale_down = module.runners.role_scale_down
iam_profile_name_runner = module.runners_instances.iam_profile_name_runner
}
}
Expand Down

0 comments on commit f27b722

Please sign in to comment.