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

13 lines
174 B
HCL

output "ubuntu_2204" {
value = var.ubuntu_2204
}
output "ubuntu2204_data_file" {
value = var.ubuntu2204_data_file
}
output "ssh_sources" {
value = var.ssh_sources
}