https://github.com/rishabkumar7/freecodecamp-terraform-with-gcp
freeCodeCamp video for Terraform with GCP. Deploy a static website to Google Cloud Storage using IaC with Terraform
https://github.com/rishabkumar7/freecodecamp-terraform-with-gcp
devops gcp google-cloud-platform terraform
Last synced: about 1 year ago
JSON representation
freeCodeCamp video for Terraform with GCP. Deploy a static website to Google Cloud Storage using IaC with Terraform
- Host: GitHub
- URL: https://github.com/rishabkumar7/freecodecamp-terraform-with-gcp
- Owner: rishabkumar7
- Created: 2023-04-27T04:21:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T18:03:29.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T03:34:45.683Z (about 1 year ago)
- Topics: devops, gcp, google-cloud-platform, terraform
- Language: HCL
- Homepage:
- Size: 115 KB
- Stars: 20
- Watchers: 2
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GCP and Terraform
Hi, welcome the "Deploy Infrastructure to GCP with Terraform" Course. We deploy a static website to GCP using Terraform. This is the GitHub repo containing the code both for the static website and Terraform as Infrastructure as Code.
freeCodeCamp video for Terraform with GCP - [Watch it here](https://youtu.be/VCayKl82Lt8)
## Architecture

## Code
The Terraform code is available under the `infra` directory. And the website code is available under the `website` directory.
## Additional Terraform Resources
If you are looking for something similar with Microsoft Azure, checkout my [Azure and Terraform course on YouTube](https://youtu.be/HdMB2YCtVr4).
Also, I have an open-source guide where you can learn more about Terraform and other DevOps practices - [The DevOps Guide](https://thedevops.guide)