Skip to content

yufeiminds/terraform-verified-module

 
 

Repository files navigation

Verified Terraform Module

The Verified Terraform module is a template repository to help developers create their own Terraform Module.

Enjoy it by following steps:

  1. Use this template to create your repository.
  2. Write Terraform code in a new branch.
  3. Run make pre-commit to check in local.
  4. Create a pull request for the main branch.
  5. Merge pull request, release, and tag will be auto-generated.
  6. Enjoy it!

Requirements

Name Version
terraform >= 1.2
null >= 3.1

Providers

Name Version
null >= 3.1

Modules

No modules.

Resources

Name Type
null_resource.nop resource

Inputs

Name Description Type Default Required
echo_text The text to echo string n/a yes

Outputs

Name Description
echo_text The text to echo

About

A template for verified Terraform module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 64.0%
  • HCL 20.5%
  • Makefile 15.5%