Skip to content

Commit

Permalink
Output the full role
Browse files Browse the repository at this point in the history
  • Loading branch information
tkjwa committed Mar 27, 2023
1 parent f7f9dc5 commit 4ce36cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ output "instances_security_group_id" {
value = aws_security_group.beanstalk_instances_security_group.id
}

output "instance_role_id" {
value = aws_iam_role.beanstalk_instances_role.id
output "instance_role" {
value = aws_iam_role.beanstalk_instances_role
}

output "load_balancer_arn" {
Expand Down

0 comments on commit 4ce36cb

Please sign in to comment.