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

12 lines
273 B
Terraform
Raw Permalink Normal View History

2024-03-05 18:33:26 +01:00
output "timescaledb_net" {
value = openstack_networking_network_v2.timescaledb_net
}
output "timescaledb_subnet" {
value = openstack_networking_subnet_v2.timescaledb_subnet
}
output "timescaledb_servers" {
value = openstack_compute_instance_v2.timescaledb_server
}