1
0

chore: renamed layers

This commit is contained in:
xpk
2026-02-13 17:48:17 +08:00
parent a11eaf25cc
commit 958e4977e9
15 changed files with 4 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
output "mysql-host" {
value = module.db.db_instance_endpoint
}
output "mysql-admin-cred" {
value = module.db.db_instance_master_user_secret_arn
}
output "bastion-ip" {
value = module.bastion.public-ip
}
output "dbproxy-endpoint" {
value = aws_db_proxy.this.endpoint
}