Best of Terraform — January 2023
- 1
- 2
Community Picks·3y
How To Structure a Terraform Project
A simple structure is suitable for small and testing projects, with a few resources of varying types and variables. In this tutorial, you’ll learn about structuring Terraform projects according to their general purpose and complexity. In the end, your project will deploy an Ubuntu 20.04 server (Droplet) on DigitalOcean.
- 3
AWS Tip·3y
Full Stack DevOps Environment Setup Bash Script for Ubuntu and MacOS
The Bash Script is designed to make it easy to set up a development environment or infrastructure for a variety of tasks related to DevOps and infrastructure management. It automates the installation and configuration of commonly used tools, such as Terraform, Ansible, Git, Docker, Kubernetes, Helm, and the AWS CLI.
- 4
Pointer·3y
bregman-arie/sre-checklist: A checklist of anyone practicing Site Reliability Engineering
Checklists are based on my own opinion and experience and are not universal truth. SRE is moving towards automation and self-service. The next step is to build the mindset of automating fixes, documenting what the team and others parties in the organization should be aware of.
- 5
Pointer·3y
gofireflyio/aiac: Artificial Intelligence Infrastructure-as-Code Generator.
Aiac is a command line tool to generate IaC (Infrastructure as Code) templates, configurations, utilities, queries and more via OpenAI's API. The command line allows you to ask the model to generate templates for different scenarios. It will make the request, and store the resulting code to a file.