terraform-modules/security-group/output.tf

9 lines
249 B
HCL

output "security_group_id" {
description = "ID of the security group"
value = stackit_security_group.this.security_group_id
}
output "name" {
description = "Name of the security group"
value = stackit_security_group.this.name
}