Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/squidmin/gcp-terraform-labs
- Owner: squidmin
- Created: 2024-02-12T20:34:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T01:25:51.000Z (3 days ago)
- Last Synced: 2025-02-12T01:30:26.781Z (3 days ago)
- Topics: gcp, google-cloud, google-cloud-platform, hashicorp, hashicorp-terraform, hcl, iac, iac-terraform, infrastructure-as-code, terraform, tf
- Language: HCL
- Homepage:
- Size: 22.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```