Skip to content

jimbrig/terramod

Repository files navigation

Terramod

Sandbox for developing terraform modules and testing terraform related tools. Terraform is 💲.

See scripts.

Development

Rover Management App

image

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

Requirements

Name Version
null 3.1.1

Providers

Name Version
null 3.1.1

Modules

No modules.

Resources

Name Type
null_resource.example resource

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

Tools


Appendix: Terramod

This project was generated by generator-tf-module

module "terramod" {
  source = "git::ssh://"
}

Authors

This project is authored by below people

  • jimmy briggs

This project was generated by generator-tf-module

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published