Skip to main content
Glama
terraform.json841 B
{ "description": "Rules for Terraform files in the project", "include": ["**/*.tf", "**/*.tfvars", "**/*.hcl"], "rules": [ "Use Terraform 1.11.1 for this project.", "Follow HCL formatting best practices.", "Document resource blocks with meaningful comments.", "Use variables for reusable values.", "Group related resources together.", "Use modules for reusable components.", "Add descriptions to variables and outputs." ], "commands": { "tfmcp:analyze": { "description": "Run analyze command on terraform project", "command": "cargo run -- analyze -d $1", "args": [ { "name": "project_dir", "description": "Terraform project directory", "required": true } ] } }, "references": { "files": [".terraform-version"] } }

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/nwiizo/tfmcp'

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