Terraform workspaces allow you to manage multiple environments (e.g. dev, staging, prod) within the same codebase. Steps to Create an EC2 Instance Using Workspaces: terraform workspace select dev ...
This repository is a comprehensive guide for writing, testing, and using Facets Terraform modules. It introduces the principles of module development through various examples. The primary goal is to ...