Skip to content

squidmin/terraform-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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