Skip to content

A Terraform module template featuring pipelines for automated documentation, code checks, and releases.

License

Notifications You must be signed in to change notification settings

vetlekise/terraform-module-template

Repository files navigation

Module Name

Insert one-liner description here.

Example: This Terraform module deploys an APPLICATION on PROVIDER using SERVICE.

Usage

Below is a basic example of how to use this module. For more detailed examples, please refer to the examples directory.

module "example" {
  # Use commit hash to prevent supply chain attacks.
  # source = "github.com/organization/repository-name?ref=v1.0.0
  source = "github.com/organization/repository?ref=a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0"
}

Beginning of generated docs

Requirements

Name Version
terraform ~> 1.0

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

No inputs.

Outputs

No outputs.

End of generated docs

Contributing

Start by reviewing CONTRIBUTING.md for guidelines on how to contribute to this project.

About

A Terraform module template featuring pipelines for automated documentation, code checks, and releases.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages