Skip to content

Commit

Permalink
remove output that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ssickles committed Apr 12, 2024
1 parent cb82003 commit a9702c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@ output "env" {
name = "EVENTBUS_SCHEDULER_GROUP_NAME"
value = local.scheduler_group_name
},
{
name = "EVENTBUS_SCHEDULER_ROLE_ARN"
value = local.scheduler_role_arn
},
]
}

0 comments on commit a9702c5

Please sign in to comment.