Skip to content

Commit

Permalink
add outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 16, 2024
1 parent 5bfb39e commit dc4d0aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions emr/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
output "security_group_ids" {
description = "Map of security groups created for AWS for each of the EMR groupings"
value = { for k, v in aws_security_group.sg : k => v.id }
}

0 comments on commit dc4d0aa

Please sign in to comment.