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

13 lines
257 B
Terraform
Raw Normal View History

2024-03-05 18:33:26 +01:00
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
}