From a5d7e2747f3a199aabdb77e1019911ee2ef8e6ac Mon Sep 17 00:00:00 2001 From: Sanjay Singh Rajpoot <67458417+SanjaySinghRajpoot@users.noreply.github.com> Date: Sat, 28 Oct 2023 23:22:27 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c94ac5..c94d5fa 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Welcome to my GitHub project, where I'll guide you through the process of creati Terraform is a fantastic open-source Infrastructure as Code (IaC) tool that empowers you to define and provision infrastructure using a declarative configuration language. It's a powerful way to manage your infrastructure efficiently and consistently. +![Screenshot from 2023-10-28 23-19-57](https://github.com/SanjaySinghRajpoot/vpc-terraform/assets/67458417/d1b15c30-258b-4ca4-861d-8323d20f1020) + + ## The Power of GitHub Actions GitHub Actions is a remarkable automation and Continuous Integration/Continuous Deployment (CI/CD) platform provided by GitHub. It's the ideal companion for Terraform, helping you automate and streamline your deployment processes. @@ -42,4 +45,4 @@ Before you dive in, make sure you have the following prerequisites in place: * **Terraform Installed:** Ensure Terraform is installed on your local machine. You can download it from [Terraform's official website](https://www.terraform.io/downloads.html). * **Access to a Cloud Provider Account:** To deploy infrastructure, you'll need access to a cloud provider account (e.g., AWS, Azure, Google Cloud) and the necessary API credentials. Make sure you have these credentials ready. -Now that we're on the same page, let's begin your journey into infrastructure automation with Terraform and GitHub Actions. Happy automating! \ No newline at end of file +Now that we're on the same page, let's begin your journey into infrastructure automation with Terraform and GitHub Actions. Happy automating!