mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 07:03:16 -06:00
3 lines
75 B
HCL
3 lines
75 B
HCL
output "security_group" {
|
|
value = "${alicloud_security_group.group.id}"
|
|
} |