/terraform-module-template

Template of a minimal Terraform module

Primary LanguageHCLThe UnlicenseUnlicense

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.