Terraformのモジュール、いろんな概念があってわかりづらい Root Modules Every Terraform configuration has at least one module, known as its root module, which consists of the resources defined in the .tf files in the main working directory. Terraformを使っているworking directoryがここ。バックエンドがlocalだったら大体Root Modulesにtfstateファイルがあったりする…