Skip to main content
Glama
variables.tf1.07 kB
variable "region" { description = "AWS region" type = string default = "us-east-1" } variable "environment" { description = "Environment name (dev, staging, prod)" type = string default = "dev" } variable "instance_type" { description = "EC2 instance type" type = string default = "t3.medium" } variable "root_volume_size" { description = "Root volume size in GB" type = number default = 30 } variable "db_instance_class" { description = "RDS instance class" type = string default = "db.t3.small" } variable "db_storage_gb" { description = "Database storage in GB" type = number default = 20 } variable "cache_node_type" { description = "ElastiCache node type" type = string default = "cache.t3.micro" } variable "cache_node_count" { description = "Number of cache nodes" type = number default = 1 } variable "log_retention_days" { description = "CloudWatch log retention in days" type = number default = 7 }

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/phildougherty/infracost_mcp'

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