Terraform でCICD の練習をするためのレポジトリになります。
terraform のMCP server を設定しています。
{
"mcpServers": {
"terraform": {
"command": "uvx",
"args": ["terraform-mcp-server@latest"],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
}
}
}