Skip to content

Commit

Permalink
output instance profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
drpebcak committed May 8, 2020
1 parent 6f6c827 commit 11974ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
| registration\_command | n/a |
| worker\_iam\_role | n/a |
| worker\_instance\_profile | n/a |
| worker\_instance\_profile\_name | n/a |
| worker\_security\_groups | n/a |
| worker\_tags | n/a |

Expand Down
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ output "worker_instance_profile" {
value = aws_iam_instance_profile.cloud_provider_worker.arn
}

output "worker_instance_profile_name" {
value = aws_iam_instance_profile.cloud_provider_worker.name
}

output "worker_iam_role" {
value = aws_iam_role.cloud_provider_worker.arn
}
Expand Down

0 comments on commit 11974ad

Please sign in to comment.