10 lines
No EOL
141 B
HCL
10 lines
No EOL
141 B
HCL
output "service" {
|
|
value = module.dex
|
|
}
|
|
output "postgres" {
|
|
value = module.postgres
|
|
}
|
|
|
|
output "users" {
|
|
value = local.staticPasswords
|
|
} |