Skip to content

Commit

Permalink
null/random/v1.0.0
Browse files Browse the repository at this point in the history
feat: add another demo module null/random

- Introduced a new demo module for testing purposes.
- This module will be used for random functionality testing.
  • Loading branch information
github-actions[bot] committed Oct 10, 2024
1 parent ac2c4c9 commit 1feb3a1
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 523 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/ci.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/terraform-module-releaser.yml

This file was deleted.

40 changes: 3 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,5 @@
# Terraform Module Releaser — Demo Monorepo
# Null Random Sample Terraform module

This repository serves as a demo for the **[Terraform Module Releaser GitHub Action](https://github.com/techpivot/terraform-module-releaser)**, designed to simplify the management, versioning, and release of multiple Terraform modules within a monorepo. By automating the tagging, releasing, and documentation generation process, the action ensures seamless module management for large Terraform infrastructures.
Returns a random string

## How It Works

This demo repository leverages the [Terraform Module Releaser](https://github.com/techpivot/terraform-module-releaser) GitHub Action to:

- Automatically determine and apply semantic versioning (major, minor, patch) to individual modules based on commit messages.
- Create and manage module-specific tags, GitHub releases, and documentation.
- Generate detailed wikis, including changelogs, usage examples, and `terraform-docs` output.

For more details on the underlying GitHub Action, please visit the [Terraform Module Releaser GitHub Action repository](https://github.com/techpivot/terraform-module-releaser).

## Demo

To see the action in use, please refer to the following:

- [**Pull Requests**](https://github.com/techpivot/terraform-modules-demo/pulls?q=is%3Apr+is%3Aclosed): Check out the pull requests in this repository to observe the action's automated tagging, release, and comment generation.
- [**Releases**](https://github.com/techpivot/terraform-modules-demo/releases): Visit the Releases tab for detailed changelogs associated with various Terraform modules, including dynamically generated release notes for each module.
- [**Wiki**](https://github.com/techpivot/terraform-modules-demo/wiki): The generated module documentation, including changelogs and usage details, is available in the repository's Wiki. This is automatically updated with each release.

## Screenshots

Below are examples of the outputs generated by the Terraform Module Releaser in this demo:

- **Release Notes**: Each module's release details are summarized in the pull request comments and the GitHub releases section.
- **Version Tags**: Observe how module-specific tags are applied based on the changes made.
- **Wiki Entries**: Beautifully crafted module documentation, updated automatically with each release.

_(Include relevant screenshots of the workflow in action, pull request comments, release notes, and wiki entries here.)_

## Getting Started

To run this action in your own monorepo, follow the instructions in the **[Terraform Module Releaser GitHub Action README](https://github.com/techpivot/terraform-module-releaser)**.

We welcome feedback, issues, and contributions to enhance the Terraform Module Releaser experience. Please visit the action's repository for more information on how to integrate it into your own workflows.

Happy Terraforming!
This is a demo Terraform module.
5 changes: 0 additions & 5 deletions aws/s3-bucket-object/README.md

This file was deleted.

49 changes: 0 additions & 49 deletions aws/s3-bucket-object/main.tf

This file was deleted.

14 changes: 0 additions & 14 deletions aws/s3-bucket-object/outputs.tf

This file was deleted.

155 changes: 0 additions & 155 deletions aws/s3-bucket-object/variables.tf

This file was deleted.

10 changes: 0 additions & 10 deletions aws/s3-bucket-object/versions.tf

This file was deleted.

5 changes: 0 additions & 5 deletions aws/vpc-endpoint/README.md

This file was deleted.

Loading

0 comments on commit 1feb3a1

Please sign in to comment.