LoginSignup
0
0

More than 1 year has passed since last update.

terraform でVPCなどを作る

Posted at

参考

前提

Windows10 WSL Ubuntu
terraform
aws cli
導入済み

手順

①作業ディレクトリを作成する。参考サイトのようにファイルやフォルダを作成する
②treeコマンドを入っていなかったらインストールする
③terraform.tfvars を作成する
④main.tf を編集する
⑤terraform init
⑥terraform plan
⑦terraform apply

AWSコンソール上で作成されていること確認する

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0