Add terraform plugin files to match marketplace.json entry

This commit is contained in:
Dickson Tsai 2026-03-26 12:33:36 -07:00 committed by Claude
parent 37b7c78ed2
commit bcf218bdd5
No known key found for this signature in database
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"name": "terraform",
"description": "The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.",
"author": {
"name": "HashiCorp"
}
}

View File

@ -0,0 +1,12 @@
{
"terraform": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e", "TFE_TOKEN=${TFE_TOKEN}",
"hashicorp/terraform-mcp-server:0.4.0"
]
}
}