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

Update README.md

Open Pugintv opened this issue 6 months ago • 0 comments

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"

Pugintv avatar Apr 22 '25 18:04 Pugintv