Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.28 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.28 KB

STerraform Module for AWS

Complete

Usage

Complete

Install pre commit hooks.

Pleas run this command right after cloning the repository.

    pre-commit install

For that you may need to install the folowwing tools:

In order to run all checks at any point run the following command:

    pre-commit run --all-files

Requirements

Name Version
terraform >= 0.13
aws >= 4

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

Name Description Type Default Required
name_prefix Name prefix for resources on AWS string n/a yes
region AWS Region the infrastructure is hosted in string n/a yes
tags Resource tags map(string) {} no

Outputs

No outputs.