terraform/examples/alicloud-security-group/outputs.tf

3 lines
75 B
HCL

output "security_group" {
value = "${alicloud_security_group.group.id}"
}