Refacto and add lb

This commit is contained in:
2024-01-24 15:29:36 +01:00
committed by Sébastien Huss
parent 15c5e64ea5
commit 384fdd7b69
13 changed files with 168 additions and 69 deletions

12
mysql/outpost.tf Normal file
View File

@@ -0,0 +1,12 @@
output "dns_names" {
value = [
"${local.app_slug}-mysql",
"${local.app_slug}-mysql-instances"
]
}
output "mysql_host" {
value =" ${local.app_slug}-mysql"
}
output "secret_name" {
value = "${local.app_slug}-db"
}