chore: renamed layers
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user