Terraform Workspaces with a simple example use case.
What is a terraform workspace?
A TF workspace isolates state information within a workspace. At the time of workspace creation, an isolated TF backend is created. This ensures existing configurations are not disturbed.
Sounds interesting? Let us find...
opsinsights.dev3 min read