infrastructure-as-code/openstack-tf/d4s-preprod/timescaledb/outputs.tf

13 lines
257 B
HCL

output "timescaledb_net" {
value = module.timescaledb.timescaledb_net
}
output "timescaledb_subnet" {
value = module.timescaledb.timescaledb_subnet
}
output "timescaledb_servers" {
value = module.timescaledb.timescaledb_servers
sensitive = true
}