An open API service indexing awesome lists of open source software.

https://github.com/khirotaka/learnterraform

Terraform学習用のリポジトリ
https://github.com/khirotaka/learnterraform

Last synced: 2 months ago
JSON representation

Terraform学習用のリポジトリ

Awesome Lists containing this project

README

        

# Terraform (個人的)入門

## 基本的な使い方
1. `.tf` を記述する
2. `terraform init` を実行する
3. `terraform validate` で問題点を見つけて修正
4. `terraform apply` で作成
5. `terraform destroy` で削除