Best of TerraformJanuary 2023

  1. 1
    Article
    Avatar of phProduct Hunt·3y

    Anyfront - Deploy any front-end web application on any cloud platform

    Anyfront orchestrates tools like Terraform, Docker and other CLIs to simplify deploying your React/Next/Svelte/Vue/etc application. Deploy any front-end web application on any cloud platform.

  2. 2
    Article
    Avatar of communityCommunity 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. 3
    Article
    Avatar of awstipAWS 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. 4
    Article
    Avatar of pointerPointer·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. 5
    Article
    Avatar of pointerPointer·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.