Terraform from Zero on GCP – Part 3: Creating the First Project
If you landed here out of nowhere and want to see what happened before, check out the following post: Terraform from Zero on GCP – Part 2: Setting up the Environment Now that we’ve prepared the ground, it’s time to create the first project. In this post, we’ll: Create the basic structure of a Terraform project Initialize Terraform (terraform init) Create and apply a real resource on GCP (a **Cloud Storage bucket**) File Structure Create a folder for your project and add the following files: ...