Skip to content

Instantly share code, notes, and snippets.

@mikejk8s
Last active February 22, 2021 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikejk8s/816904b3637af670096815a7481bbb8b to your computer and use it in GitHub Desktop.
Save mikejk8s/816904b3637af670096815a7481bbb8b to your computer and use it in GitHub Desktop.
test.md

new-module-test

This project was generated by generator-tf-module

Overview

This is a new module

Usage

module "new-module-test" {
  source = "git::ssh://"
}

Requirements

Name Version
null ~> 2.1

Providers

Name Version
null ~> 2.1

Inputs

Name Description Type Default Required
mandatory this field is mandatory string n/a yes
optional this field is optional string "default_value" no

Outputs

Name Description
output_name description for output_name

Development

Prerequisites

Configurations

  • 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

  • Tests are available in test directory

  • In the test directory, run the below command

go test

Authors

This project is authored by below people

  • mikej

This project was generated by generator-tf-module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment