https://github.com/tbriot/terraform-test-workflow
Testing various ci/cd tools with that repo
https://github.com/tbriot/terraform-test-workflow
cicd pre-commit semantic-release terraform terraform-docs
Last synced: 5 months ago
JSON representation
Testing various ci/cd tools with that repo
- Host: GitHub
- URL: https://github.com/tbriot/terraform-test-workflow
- Owner: tbriot
- License: mit
- Created: 2023-11-04T23:33:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-26T15:50:50.000Z (8 months ago)
- Last Synced: 2025-10-26T17:21:35.887Z (8 months ago)
- Topics: cicd, pre-commit, semantic-release, terraform, terraform-docs
- Language: HCL
- Homepage: https://dev.to/
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## This is a custom header imported from docs/.header.md
[](https://results.pre-commit.ci/latest/github/tbriot/terraform-test-workflow/main)
#### Table of Contents
1. [Usage](#usage)
2. [Requirements](#requirements)
3. [Resources](#resources)
4. [Inputs](#inputs)
5. [Outputs](#outputs)
## Usage
Text describing how to use the terraform configuration.
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | ~> 1.9.6 |
| [aws](#requirement\_aws) | ~> 5.69.0 |
## Resources
| Name | Type |
|------|------|
| [aws_iam_policy.example](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy) | resource |
| [aws_security_group.allow_tls](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group) | resource |
| [aws_iam_policy_document.test](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |
| [aws_vpc.selected](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/vpc) | data source |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [s3\_bucket\_name](#input\_s3\_bucket\_name) | n/a | `string` | `"test-tbriot-workflow"` | no |
## Outputs
| Name | Description |
|------|-------------|
| [instance\_ip\_addr](#output\_instance\_ip\_addr) | n/a |
## This is a custom footer imported from docs/.footer.md