initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
output sg-id-name {
|
||||
value = [
|
||||
for id, name in zipmap(
|
||||
sort(aws_security_group.sg.*.id),
|
||||
sort(aws_security_group.sg.*.name)) :
|
||||
tomap(id, name)
|
||||
]
|
||||
}
|
||||
*/
|
||||
|
||||
output sg-ids {
|
||||
value = aws_security_group.sg.*.id
|
||||
}
|
||||
Reference in New Issue
Block a user