Skip to main content
Glama
outputs.tf1.19 kB
# Database Module Outputs output "db_instance_id" { description = "ID of the RDS instance" value = aws_db_instance.main.id } output "db_instance_arn" { description = "ARN of the RDS instance" value = aws_db_instance.main.arn } output "db_endpoint" { description = "Endpoint of the RDS instance" value = aws_db_instance.main.endpoint } output "db_address" { description = "Address of the RDS instance" value = aws_db_instance.main.address } output "db_port" { description = "Port of the RDS instance" value = aws_db_instance.main.port } output "db_name" { description = "Name of the database" value = aws_db_instance.main.db_name } output "db_username" { description = "Username for the database" value = aws_db_instance.main.username } output "db_subnet_group_id" { description = "ID of the DB subnet group" value = aws_db_subnet_group.main.id } output "db_parameter_group_id" { description = "ID of the DB parameter group" value = aws_db_parameter_group.main.id } output "db_option_group_id" { description = "ID of the DB option group" value = aws_db_option_group.main.id }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tarnover/mcp-ansible'

If you have feedback or need assistance with the MCP directory API, please join our Discord server