terraform
A simple plug for incrementally transforming an API into Phoenix. Check out the blog post:
파일 탐색기
- config.exs
- terraform.ex
- terraform_test.exs
- test_helper.exs
- .gitignore
- .tool-versions
- .travis.yml
- LICENSE.md
- mix.exs
- mix.lock
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
terraform
설명 보기 ▼
terraform
코드로 인프라를 생성하고 클라우드 제공업체에 배포.
더 많은 정보: <https://developer.hashicorp.com/terraform/cli/commands>.
terraform init
새 또는 기존 Terraform 구성 초기화:
terraform validate
구성 파일의 구문이 올바른지 확인:
terraform fmt
Terraform 언어 스타일 규칙에 따라 구성 포맷팅:
// repository documentation
Was this content helpful?
(0 ratings)
