GSP345-Automating-Infrastructure-on-Google-Cloud-with-Terraform-Challenge-Lab
GSP345-Automating-Infrastructure-on-Google-Cloud-with-Terraform-Challenge-Lab copied to clipboard
Update README.md
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 "network" to support the new package name.
updated instances images from image = "debian-cloud/debian-10" to image = "debian-cloud/debian-11"