The Verified Terraform module is a template repository to help developers create their own Terraform Module.
Enjoy it by following steps:
- Use this template to create your repository.
- Write Terraform code in a new branch.
- Run
make pre-commit
to check in local. - Create a pull request for the main branch.
- The title must be a conventional message
- CI check will be executed automatically.
- Merge pull request, release, and tag will be auto-generated.
- Enjoy it!
Name | Version |
---|---|
terraform | >= 1.2 |
null | >= 3.1 |
Name | Version |
---|---|
null | >= 3.1 |
No modules.
Name | Type |
---|---|
null_resource.nop | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
echo_text | The text to echo | string |
n/a | yes |
Name | Description |
---|---|
echo_text | The text to echo |