Skip to content

Over-haul/terraform-modules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infrastructure Terraform modules

Overview

Here we will keep track of all terraform modules used to fill the gaps in Ivy infrastructure

Requirements

  • Terraform v0.12.19

pre-commit requirements

Note: You do not need to install pre-commit to work with this repo.

  • pre-commit 2.0.1
  • GNU AWK (brew install gawk) 5.0.1
  • terraform-docs 0.8.2

Structure

├── README.md
└── <Cloud Provider>
    └── <Module>
        ├── config.tf
        ├── main.tf
        └── variables.tf

Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 93.1%
  • Shell 6.9%