How to deploy EC2 instance with terraform
Terraform apply will the manifest and spin up the EC2 instance and output the instance_id and instance_public_ip. Destroy the EC2 Instance You can destroy the Read More
Terraform apply will the manifest and spin up the EC2 instance and output the instance_id and instance_public_ip. Destroy the EC2 Instance You can destroy the Read More
In this article, I will show you to uninstall terraform from macOS using brew. There are situations where you need to uninstall terraform and reinstall Read More
In this article, I will show you how to install terraform in macOS Big Sur with Homebrew. Terraform is an open-source infrastructure as a code Read More
In this tutorial, I will show you how you can do Capistrano slack integration for deployment so it will notify for every deployment. You will Read More
Shell script to create swap file on linux A Simple Shell script to create swap on linux. Most of the times on server we need Read More
Capistrano Rollback In this tutorial we will see how we can rollback Capistrano deployment or Capistrano Rollback. Capistrano is a framework for building automated deployment Read More