infrastructure-as-code/openstack-tf/modules/generic_smartgears_service/outputs.tf

5 lines
94 B
Terraform
Raw Normal View History

2023-12-04 12:17:20 +01:00
output "smartgears_service_instances_map" {
value = var.smartgears_service_instances_map
}