https://github.com/adelinosousa/terrafirma
Automate DevOps Workflows with GitHub Actions
https://github.com/adelinosousa/terrafirma
automation ci-cd devops github-actions terrafirma terraform
Last synced: about 1 year ago
JSON representation
Automate DevOps Workflows with GitHub Actions
- Host: GitHub
- URL: https://github.com/adelinosousa/terrafirma
- Owner: adelinosousa
- License: gpl-3.0
- Created: 2024-10-18T09:11:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T12:48:11.000Z (over 1 year ago)
- Last Synced: 2025-04-11T05:06:28.814Z (about 1 year ago)
- Topics: automation, ci-cd, devops, github-actions, terrafirma, terraform
- Language: HCL
- Homepage:
- Size: 104 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/adelinosousa/terrafirma/actions)
[](https://github.com/adelinosousa/terrafirma/releases)
[](https://github.com/hashicorp/terraform/releases)

# Overview 🚀
**Terrafirma** aims to be your go to place for automating all things DevOps and infrastructure on GitHub. Think of it as a collection of opinionated, modular GitHub Actions that make the heavy lifting of setting up repositories, managing releases, or provisioning cloud infrastructure as painless as possible. With Terrafirma, you get plug-and-play actions that handle the boring (but crucial) stuff—so you can focus on the fun parts of your project 😎.
## Usage 🔧
Most of our actions need a GitHub token with just the right permissions. Rather than spending hours juggling tokens and permissions (yawn 😴), you can simply install the Terrafirma GitHub App. This nifty app handles authentication securely, so you can get right down to business.
Ready to dive in? [Install the Terrafirma GitHub App](https://github.com/apps/terrafirma-linos) for your user, repository, or organization. Once you do, you'll get an API token that works with our `github-app-token` action to fetch the Terrafirma GitHub App token for you (check out the [example here](https://github.com/adelinosousa/terrafirma/tree/main/actions/github-app-token#usage)). Save the API token in your GitHub Actions secrets. It’s valid for 6 months (long enough for a mini vacation 🏖️), and you can regenerate it by reinstalling the app. Just remember, if you uninstall the app, the API token goes kaput 💥 and you won't be able to consume actions that require Github integration.
## Actions 🔨
- [google-get-secret](https://github.com/adelinosousa/terrafirma/tree/main/actions/google-get-secret): retrieves a secret from Google Secret Manager using OIDC (OpenID Connect)
- [create-repository](https://github.com/adelinosousa/terrafirma/tree/main/actions/create-repository): creates a new GitHub repository using common best practices
- [generate-tag](https://github.com/adelinosousa/terrafirma/tree/main/actions/generate-tag): generates a semantic version tag based on commit changes vs latest tag in main/master branch
## Contributions ❤️
Got ideas, improvements, or just want to say hi? We’d love to have you join us! Check out our [Contributions Guide](https://github.com/adelinosousa/terrafirma/blob/main/CONTRIBUTING.md) and feel free to open [issues](https://github.com/adelinosousa/terrafirma/issues/new) or submit pull requests. Let’s make DevOps less tedious together. 🙌
## License 📜
This project is licensed under the GPL v3 License. No secret handshakes here—just [read the full license](https://github.com/adelinosousa/terrafirma/blob/main/LICENSE) and enjoy the open-source goodness.