Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squidmin/gcp-terraform-labs

GCP Terraform sandbox project
https://github.com/squidmin/gcp-terraform-labs

gcp google-cloud google-cloud-platform hashicorp hashicorp-terraform hcl iac iac-terraform infrastructure-as-code terraform tf

Last synced: 2 days ago
JSON representation

GCP Terraform sandbox project

Awesome Lists containing this project

README

        

# gcp-terraform-labs

Visit the [Terraform website](https://www.terraform.io/).

## Workspaces

| Name | Description |
|-----------|----------------------------------|
| `default` | The default workspace |

### Switching workspaces

```bash
terraform workspace select workspace_name
```

Example:

```bash
terraform workspace select default
```

## Build documentation

```bash
sphinx-build -b html . _build
```