Skip to content

Commit ced9aa1

Browse files
KornMJnig
authored andcommitted
New outputs (#12)
* fix path and proxy parameter handling * added autoscaling:DescribeLaunchConfigurations to iam policy * added output
1 parent 070d35e commit ced9aa1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

output.tf

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ output "security_group_nodes_id" {
55
output "security_group_master_id" {
66
value = "${aws_security_group.master.id}"
77
}
8+
9+
output "cluster_role_name" {
10+
value = "${aws_iam_role.cluster.name}"
11+
}

0 commit comments

Comments
 (0)