Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dxw/terraform-template

A template repository for use when starting a new Terraform module or project
https://github.com/dxw/terraform-template

tech-ops

Last synced: 10 days ago
JSON representation

A template repository for use when starting a new Terraform module or project

Awesome Lists containing this project

README

        

#

[![Terraform CI](./actions/workflows/continuous-integration-terraform.yml/badge.svg?branch=main)](./actions/workflows/continuous-integration-terraform.yml?branch=main)
[![GitHub release](https://img.shields.io/github/release//.svg)](./releases)

This creates and manages .

## Usage

Example module usage:

```hcl
module "" {
source = "github.com//?ref=v"

environment = "dev/staging/test/pre-prod/prod/post-prod"
}
```

## Requirements

| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.5.3 |

## Providers

No providers.

## Resources

No resources.

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [environment](#input\_environment) | Environment name | `string` | n/a | yes |

## Outputs

| Name | Description |
|------|-------------|
| [environment](#output\_environment) | n/a |