https://github.com/bertptrs/hashicat-gcp
Repo for following Hashicorp's "Terraform Cloud with GCP" course
https://github.com/bertptrs/hashicat-gcp
Last synced: 4 months ago
JSON representation
Repo for following Hashicorp's "Terraform Cloud with GCP" course
- Host: GitHub
- URL: https://github.com/bertptrs/hashicat-gcp
- Owner: bertptrs
- License: apache-2.0
- Created: 2021-02-23T10:54:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T12:08:25.000Z (over 4 years ago)
- Last Synced: 2025-01-11T21:32:06.797Z (6 months ago)
- Language: HCL
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hashicat-gcp
HashiCat: A Terraform built application for use in HashiCorp workshopsIncludes "Meow World" website.
You can try this code out in Google Cloud Shell! Click below to clone the repo into your Cloud Shell environment. You will also need a project with the Compute Engine APIs enabled in order to execute the terraform code.
[](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/hashicorp/hashicat-gcp.git&cloudshell_tutorial=walkthrough.md)
Once you have the code opened, rename your `terraform.tfvars.example` file to `terraform.tfvars`. Change the **prefix** and **project** variables in the file. You will need a project with the Compute Engine APIs enabled in order to execute the terraform code. For example, your terraform.tfvars file might look like this:
```
prefix = "yourname"
project = "google-project-id"
```Once you have saved your `terraform.tfvars` file run the following commands in your Cloud Shell:
```
terraform init
terraform plan
terraform apply
```Wait a few minutes and watch your Meow World application deploy! 😻