Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dxw/terraform-template
- Owner: dxw
- License: mit
- Created: 2023-02-21T22:50:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T14:56:34.000Z (11 days ago)
- Last Synced: 2024-12-11T15:47:41.098Z (11 days ago)
- Topics: tech-ops
- Language: HCL
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |