https://github.com/meysam81/terraform-modules
https://github.com/meysam81/terraform-modules
automation ci-cd cloud-infrastructure cloud-native deployment-automation devops github-actions github-repositories github-workflow iac infrastructure-as-code infrastructure-management kubernetes platform-engineering site-reliability-engineering sre terraform terraform-best-practices terraform-configuration terraform-modules
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meysam81/terraform-modules
- Owner: meysam81
- License: apache-2.0
- Created: 2024-12-05T04:30:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-24T17:50:04.000Z (7 months ago)
- Last Synced: 2025-03-27T22:14:16.756Z (7 months ago)
- Topics: automation, ci-cd, cloud-infrastructure, cloud-native, deployment-automation, devops, github-actions, github-repositories, github-workflow, iac, infrastructure-as-code, infrastructure-management, kubernetes, platform-engineering, site-reliability-engineering, sre, terraform, terraform-best-practices, terraform-configuration, terraform-modules
- Language: HCL
- Homepage: https://meysam81.github.io/terraform-modules/
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Infrastructure Modules
[](https://developer.mend.io/github/meysam81/terraform-modules)
- [Terraform Infrastructure Modules](#terraform-infrastructure-modules)
- [🚀 Overview](#-overview)
- [🎯 Design Philosophy](#-design-philosophy)
- [🤝 Contributing](#-contributing)
- [� Notes](#-notes)
- [🌟 Motivation](#-motivation)
- [📄 License](#-license)## 🚀 Overview
This repository contains a curated collection of OpenTofu/Terraform modules
developed through years of Site Reliability Engineering (SRE) experience.These modules represent an opinionated, battle-tested approach to
infrastructure as code (IaC) across diverse platforms and environments.### 🎯 Design Philosophy
- **Pragmatic Solutions**: Modules crafted from real-world SRE challenges
- **Best Practices Baked-In**: Incorporate industry standards and security
considerations
- **Flexibility**: Adaptable to various infrastructure needs
- **Minimal Configuration**: Sensible defaults with easy customization
- **Sealed and Security Hardened**: Secure by default with minimal attack
surface, gated behind Checkov and trivy security checks on every commit## 🤝 Contributing
1. Fork the repository
2. Create a feature branch
3. Commit your changes
4. Push and open a Pull Request## 📝 Notes
> **Warning**: These modules are primarily developed for personal use. While
designed with general best practices, they may require adaptation for your
specific environment.## 🌟 Motivation
Born from years of infrastructure management across varied technical
landscapes, these modules represent a distillation of practical, scalable
solutions to common infrastructure challenges.## 📄 License
[Apache 2.0 License](LICENSE)
---
**Happy Terraforming! 🌍✨**