Skip to main content
Glama
outputs.tf1.11 kB
# Output values for the Terraform configuration output "instance_id" { description = "ID of the EC2 instance" value = aws_instance.web_server.id } output "instance_public_ip" { description = "Public IP address of the EC2 instance" value = aws_instance.web_server.public_ip } output "instance_public_dns" { description = "Public DNS name of the EC2 instance" value = aws_instance.web_server.public_dns } output "s3_bucket_name" { description = "Name of the S3 bucket" value = aws_s3_bucket.app_bucket.bucket } output "s3_bucket_arn" { description = "ARN of the S3 bucket" value = aws_s3_bucket.app_bucket.arn } output "vpc_id" { description = "ID of the VPC" value = aws_vpc.main.id } output "subnet_id" { description = "ID of the public subnet" value = aws_subnet.public.id } output "security_group_id" { description = "ID of the security group" value = aws_security_group.web_sg.id } output "application_url" { description = "URL to access the application" value = "http://${aws_instance.web_server.public_dns}" }

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/ryota-murakami/serena'

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