terraform-mcp-server
Terraform Registry MCP Server
파일 탐색기
- mcp.json
- ci.yml
- release.yml
- analyze-workspace-runs.ts
- generate-resource-skeleton.ts
- migrate-clouds.ts
- migrate-provider-version.ts
- optimize-terraform-module.ts
- index.ts
- registry.ts
- terraform.ts
- helpers.ts
- README.md
- resources.test.ts
- tfc.test.ts
- tools.test.ts
- responseUtils.ts
- analyze-workspace-runs.test.ts
- generate-resource-skeleton.test.ts
- list.test.ts
- migrate-clouds.test.ts
- migrate-provider-version.test.ts
- minimal-test.ts
- optimize-terraform-module.test.ts
- registry.test.ts
- terraform.test.ts
- allTools.test.ts
- dataSourceLookup.test.ts
- explorer.test.ts
- functionDetails.test.ts
- moduleRecommendations.test.ts
- organizations.test.ts
- privateModuleDetails.test.ts
- privateModuleSearch.test.ts
- providerGuides.test.ts
- providerLookup.test.ts
- resourceUsage.test.ts
- runs.test.ts
- workspaceResources.test.ts
- workspaces.test.ts
- global-mock.ts
- index.test.ts
- server.test.ts
- setup.js
- testHelpers.ts
- dataSourceLookup.ts
- explorer.ts
- functionDetails.ts
- index.ts
- moduleDetails.ts
- moduleRecommendations.ts
- organizations.ts
- policyDetails.ts
- policySearch.ts
- privateModuleDetails.ts
- privateModuleSearch.ts
- providerGuides.ts
- providerLookup.ts
- resourceArgumentDetails.ts
- resourceUsage.ts
- runs.ts
- workspaceResources.ts
- workspaces.ts
- index.ts
- apiUtils.ts
- contentUtils.ts
- hcpApiUtils.ts
- logger.ts
- responseUtils.ts
- searchUtils.ts
- uriUtils.ts
- .cursorrules
- .gitignore
- .npmrc
- .nvmrc
- .prettierignore
- .prettierrc
- .repomixignore
- api-use.md
- CHANGELOG.md
- config.ts
- Dockerfile
- eslint.config.js
- index.ts
- jest.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- repomix.config.json
- test-server.js
- TESTS.md
- tsconfig.json
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
npm install
설명 보기 ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm start
설명 보기 ▼
npm start
This command is an alias of `npm run start`.
tldr npm run
View documentation for the original command:
// repository documentation
Was this content helpful?
(0 ratings)
