Skip to content

Commit 72b9754

Browse files
authored
Merge pull request #1031 from anthropics/dickson/add-terraform-plugin
Add terraform plugin files
2 parents b10b583 + ba3a4e0 commit 72b9754

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "terraform",
3+
"description": "The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.",
4+
"author": {
5+
"name": "HashiCorp"
6+
}
7+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"terraform": {
3+
"command": "docker",
4+
"args": [
5+
"run",
6+
"-i",
7+
"--rm",
8+
"-e", "TFE_TOKEN=${TFE_TOKEN}",
9+
"hashicorp/terraform-mcp-server:0.4.0"
10+
]
11+
}
12+
}

0 commit comments

Comments
 (0)