mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-16 22:23:07 +00:00
Adapted from PR #14 by @gautambaghel (HashiCorp). Original: https://github.com/anthropics/claude-plugins-official/pull/14
13 lines
192 B
JSON
13 lines
192 B
JSON
{
|
|
"terraform": {
|
|
"command": "docker",
|
|
"args": [
|
|
"run",
|
|
"-i",
|
|
"--rm",
|
|
"-e", "TFE_TOKEN=${TFE_TOKEN}",
|
|
"hashicorp/terraform-mcp-server:0.3.3"
|
|
]
|
|
}
|
|
}
|