aboutsummaryrefslogtreecommitdiffstats
path: root/openlab/modules/openstack/securitygroup/output.tf
blob: 825f4bf86a89c620adf9eb609f05e1d823c60830 (plain)
1
2
3
output "name" {
  value = openstack_networking_secgroup_v2.securitygroup.name
}