/terraform-labs

Terraform sandbox project

Primary LanguageHCL

terraform-labs

Visit the Terraform website.

Workspaces

Name Description
default The default workspace
dev The dev environment workspace
prod The prod environment workspace

Switching workspaces

terraform workspace select workspace_name

Example:

terraform workspace select dev

Build documentation

sphinx-build -b html . _build