Skip to content

Latest commit

 

History

History
85 lines (53 loc) · 2.23 KB

README.md

File metadata and controls

85 lines (53 loc) · 2.23 KB

<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.