Files
Manuel Romero 4d11b3f187 dvdrental
2023-07-17 12:41:40 +02:00

3 lines
222 B
HCL

output "dbs" {
value = var.type == "postgres"? "'AdventureWorks' and 'dvdrental'": (var.type == "mysql")? "'sakila', 'employees' and 'classicmodels'" : (var.type == "mssql")? "'BikeStores' and 'Northwind'" : null
}