5 lines
103 B
HCL
5 lines
103 B
HCL
//sg-output
|
|
output "sg_id" {
|
|
description = "sg id outputs"
|
|
value = aws_security_group.sg.id
|
|
} |