#Terraform
4 articles found with this tag
GCP Instance Scheduler using Terraform
Managing cloud resources efficiently is crucial for optimizing costs and ensuring that resources are only utilized when needed. One common requirement is to automatically shut down virtual machines (VMs) during non-working hours to save costs. In thi...
Read moreGetting Started with Pulumi: Deploying a Demo App to AWS and GCP Using TypeScript
Pulumi is a modern infrastructure as code (IaC) tool that empowers developers to define multi cloud resources using familiar programming languages such as TypeScript, Python, Go, and C#. In this blog post, I will guide you through the process of gett...
Read moreAutomating AWS CodePipeline Notifications to Discord Using Lambda and Terraform
Introduction In DevOps, continuous integration and delivery (CI/CD) pipelines are integral for efficient software development. AWS CodePipeline facilitates the orchestration of these pipelines, but keeping track of pipeline executions in real time ca...
Read moreWhat is Terraform?
Terraform is a popular open-source infrastructure as code (IAC) tool that enables developers to provision, manage, and version their infrastructure resources in a predictable and automated manner. With Terraform, you can define your infrastructure us...
Read more