Skip to content

Commit

Permalink
add output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnig committed Mar 16, 2018
1 parent 0238eae commit 9af5d46
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions output.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
output "security_group_nodes_id" {
value = "${aws_security_group.nodes.id}"
}

output "security_group_master_id" {
value = "${aws_security_group.master.id}"
}

0 comments on commit 9af5d46

Please sign in to comment.