This project was generated by generator-tf-module
This is a new module
module "new-module-test" {
source = "git::ssh://"
}| Name | Version |
|---|---|
| null | ~> 2.1 |
| Name | Version |
|---|---|
| null | ~> 2.1 |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| mandatory | this field is mandatory | string |
n/a | yes |
| optional | this field is optional | string |
"default_value" |
no |
| Name | Description |
|---|---|
| output_name | description for output_name |
- Configure pre-commit hooks
pre-commit install- Configure golang deps for tests
> go get github.com/gruntwork-io/terratest/modules/terraform
> go get github.com/stretchr/testify/assert-
Tests are available in
testdirectory -
In the test directory, run the below command
go testThis project is authored by below people
- mikej
This project was generated by generator-tf-module