GSP345-Automating-Infrastructure-on-Google-Cloud-with-Terraform-Challenge-Lab icon indicating copy to clipboard operation
GSP345-Automating-Infrastructure-on-Google-Cloud-with-Terraform-Challenge-Lab copied to clipboard

Steps to complete the Automating Infrastructure on Google Cloud with Terraform: Challenge Lab (GSP345)

Results 4 GSP345-Automating-Infrastructure-on-Google-Cloud-with-Terraform-Challenge-Lab issues
Sort by recently updated
recently updated
newest added

I updated these steps to match the current state of the assignment as of March 2024. Some of the steps have changed.

All Good but you have to use BUCKET_NAME instead of PROJECT_ID while updating main.tf file [when we are adding storage configuration to main.tf]

Updated to latest syntax to work on 2025 required_providers{ google = { source = "hashicorp/google" version = "3.55.0" updated to version = "3.83.0" } } module "vpc" updated to module...