Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 743 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 743 Bytes

infrastructure

RIDI Pay infrastructure as code.

Workspaces Guide

We use Workspaces to manage different environments (production, dev, etc.) in a single configuration.

  • List Workspaces
$ terraform workspace list
* default
  staging
  • Select a Workspace
$ terraform workspace select staging
  • Create a new Workspace
$ terraform workspace new test
Created and switched to workspace "test"!

You're now on a new, empty workspace. Workspaces isolate their state,
so if you run "terraform plan" Terraform will not see any existing state
for this configuration.

Diagram

  • Backend