Skip to content

A base template to create terraform modules with good practices from scratch (pre-commit, Makefile, conventional directory structure)

License

Notifications You must be signed in to change notification settings

ippontech/terraform-base-template

Repository files navigation

<MODULE_NAME>

pre-commit

Release Terraform

Table of Content

This documentation section is generated automatically

Module Information

<TODO Introduce here what your module aims to provide>

This module creates the following resources:

  • <TODO List the resources here>

Usage

⚠️ Important note

To better control module versions & avoid unexpected breaking failure to your infrastructure, we highly recommand you using explicitly a version tag of this module instead of branch reference since the latter is changing frequently. (use ref=v3.0.0, dont use ref=master)

Examples

You can find some examples of how to use and call this module in the dedicated example folder. Check it out !

Terraform docs

This documentation section is generated automatically

Requirements

Name Version
terraform >= 1.3.0

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

No inputs.

Outputs

No outputs.

Changelog

Release notes are available here.

About the repository

This repository uses pre-commit and a Makefile. You'll find more information about it in the contributing section.

About

A base template to create terraform modules with good practices from scratch (pre-commit, Makefile, conventional directory structure)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published