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!