Terraform

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