Skip to content

Commit

Permalink
chore: outputs: ensure we provide runner iam role arn (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
fidiego authored Nov 13, 2024
1 parent 82c730f commit 1661673
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
output "runner" {
value = {
odr_iam_role_arn = module.odr_iam_role.iam_role_arn
odr_iam_role_arn = module.odr_iam_role.iam_role_arn
runner_iam_role_arn = module.odr_iam_role.iam_role_arn
}
description = "A map of runner attributes: odr_iam_role_arn."
}
Expand Down

0 comments on commit 1661673

Please sign in to comment.