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: 6 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T17:59:29.000Z (over 1 year ago)
- Last Synced: 2025-03-22T05:33:36.567Z (over 1 year ago)
- Topics: tech-ops
- Language: HCL
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
[](./actions/workflows/continuous-integration-terraform.yml?branch=main)
[](./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 |