3 lines
48 B
Terraform
3 lines
48 B
Terraform
|
output id {
|
||
|
value = aws_security_group.sg.id
|
||
|
}
|