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 }