We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070d35e commit ced9aa1Copy full SHA for ced9aa1
output.tf
@@ -5,3 +5,7 @@ output "security_group_nodes_id" {
5
output "security_group_master_id" {
6
value = "${aws_security_group.master.id}"
7
}
8
+
9
+output "cluster_role_name" {
10
+ value = "${aws_iam_role.cluster.name}"
11
+}
0 commit comments