Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 316 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 316 Bytes

dns

DNS に関する Terraform のコードを管理するリポジトリです。

ディレクトリ構成

-- README.md
-- main.tf
-- provider.tf
-- variables.tf
-- versions.tf
-- modules/
   -- <module>
      -- main.tf
      -- outputs.tf
      -- variables.tf
      -- versions.tf
   -- ...