Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.16 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.16 KB

Terraform Module Template

Template of a minimal Terraform module.

This module follows the standard structure described in the Terraform documentation.

The following non-standard but commonly used files and folders have also been added:

  • local.tf
  • data.tf
  • providers.tf
  • templates
  • versions.tf

A pre-commit configuration file is present to automatically format and validate the code and update the readme file upon Git commits.

Requirements

Name Version
terraform >= 0.12.0

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

No inputs.

Outputs

No outputs.