Skip to main content
Glama
variables.tf924 B
# Security 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 "vpc_cidr" { description = "CIDR block of the VPC" type = string default = "10.0.0.0/16" } variable "public_subnet_ids" { description = "List of public subnet IDs" type = list(string) default = [] } variable "private_subnet_ids" { description = "List of private subnet IDs" type = list(string) default = [] } variable "database_subnet_ids" { description = "List of database subnet IDs" type = list(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