Skip to main content
Glama
variables.tf1.03 kB
# Load Balancing Module Variables variable "project_name" { description = "Name of the project" type = string } variable "environment" { description = "Environment (dev, staging, prod)" type = string } variable "vpc_id" { description = "ID of the VPC" type = string } variable "subnet_ids" { description = "List of subnet IDs for the ALB" type = list(string) } variable "security_group_id" { description = "ID of the security group for the ALB" type = string } variable "health_check_path" { description = "Path for the ALB health check" type = string default = "/health.php" } variable "certificate_arn" { description = "ARN of the SSL certificate for HTTPS" type = string default = "" } variable "access_logs_bucket" { description = "S3 bucket for ALB access logs" type = string default = "" } variable "tags" { description = "A map of tags to add to all resources" type = map(string) default = {} }

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