Skip to content

Build5Nines/terraform-quickstart-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build5Nines: Terraform Quickstart Templates

This project contains quickstart templates to use for more easily building and learning Terraform for building Intrastructure as Code (IaC) deployments.

Project Organization

This project contains helpful Terraform examples and templates that are organized in the following folder structure:

  • Cloud Infrastructure
    • Microsoft Azure - This is where the Microsoft Azure resource specific quickstarts and other templates reside. The azurerm provider is primarily used.
      • Modules - These are reusable Terraform Modules for provisioning specific Microsoft Azure resources.
      • Quickstarts - These are sample Terraform templates that can be used to quickly provision single or sets of Microsoft Azure resources.
      • Workloads - These are example Terraform workload templates that model specific workload deployments to Microsoft Azure.
  • Generic Terraform
    • Terraform Tips - This is where helpful tips and best practice examples of Terraform code that are not cloud provider specific are located.

Related Helpful Articles

The following are a few helpful related articles to working with Terraform code. These range from "introduction" content to a little more in depth: