Creating workspaces using Terraform Cloud
Hello, readers. Today we will see the creation of workspaces, which exist in Terraform cloud, and which can further help in maintaining multiple clouds infrastructure. Let's look into Terraform Cloud briefly. Terraform cloud is a self-hosted SaaS product that provides services to help teams and organizations collaborate, manage, maintain a consistent environment, and most importantly, automate the process and work as a team. So, let's start now! There are two prerequisites for the process, a GitHub and an AWS Account. GitHub repository with Terraform configuration files. If you don’t have files, fork the repo https://github.com/tithichoudhary/My-Terraform-Cloud1 AWS account as we are going to provision resources on AWS. You can Signup here http://console.aws.amazon.com/ 1. Sign Up and Create an Organization Let us create an organization to manage workspaces. Once the account is verified, you will land on the page to create an organization. Provide an appropriate...