Terraform

Deploy AWS LocalStack using Docker Composer

Introduction LocalStack is an open source tool that lets you simulate AWS (Amazon Web Services) cloud services, on your own computer. It creates a self contained and user environment for developers to experiment with and build AWS applications without worrying about any real costs from AWS usage. The main goal of LocalStack is to mirror […]

Generate Grafana Dashboard using Terraform

Introduction Step 1: Installing Grafana Step 2: Generate Grafana API Key Step 3: Prepare Dashboard JSON file From GrafanaLab we can get the prometehus based pre-define dashboard use the given link below : – https://grafana.com/grafana/dashboards/1860-node-exporter-full/ Step 4: Installing Terraform Step 5: Creating Terraform Config Files To create providers.tf Paste and update your grafana endpoint with […]

Configure Terraform with AWS Cloud on Ubuntu 22.04 LTS

Introduction Terraform is a infrastructure as code that is free and open-source. It offers a consistent CLI workflow for managing hundreds of cloud services. Declarative configuration files are created by Terraform by codifying cloud APIs. AWS IAM (Identity and Access Management) user is a type of entity within the AWS (Amazon Web Services) platform that […]

How to install Terraform on Ubuntu 22.04 LTS

Introduction Terraform is a infrastructure as code that is free and open-source. It offers a consistent CLI workflow for managing hundreds of cloud services. Declarative configuration files are created by Terraform by codifying cloud APIs. We will learn how to install Terraform on Ubuntu 22.04 in this tutorial. Step 1: Update the System Start by […]

Scroll to top