Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 449 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 449 Bytes

gcp-terraform-labs

Visit the Terraform website.

Workspaces

Name Description
default The default workspace

Switching workspaces

terraform workspace select workspace_name

Example:

terraform workspace select default

Build documentation

sphinx-build -b html . _build