Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 670 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 670 Bytes

terraform-module

Terraform module

Requirements

Name Version
terraform >= 0.12.21
aws >= 2.68

Providers

Name Version
aws >= 2.68

Inputs

Name Description Type Default Required
password Database Password string n/a yes

Outputs

No output.

Development

Installation

Install pre-commit

brew tap liamg/tfsec
brew install pre-commit gawk terraform-docs tflint tfsec coreutils
pre-commit install