Files
terraform-training/Modules/Compute/security_group/outputs.tf
T

3 lines
48 B
Terraform

output id {
value = aws_security_group.sg.id
}