Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 10, 2019
1 parent 7025950 commit b95e50e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ois-scanner/output.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
output "this_security_group_id" {
description = "Created security group ID"
value = "${aws_security_group.this_security_group.id}"
}

output "this_security_group_arn" {
description = "Created security group ARN"
value = "${aws_security_group.this_security_group.arn}"
}

0 comments on commit b95e50e

Please sign in to comment.