Build Infrastructure with Terraform on Google Cloud: Challenge Lab Reviews

105862 reviews

To much work for 1h30, many things remain unclear and are not well explained in the previous labs

André P. · Reviewed 10 месяцев ago

Jean F. · Reviewed 10 месяцев ago

Custom S. · Reviewed 10 месяцев ago

Enrique G. · Reviewed 10 месяцев ago

João Carlos L. · Reviewed 10 месяцев ago

Layzi O. · Reviewed 10 месяцев ago

Amit B. · Reviewed 10 месяцев ago

Laurentiu Mircea P. · Reviewed 10 месяцев ago

Michael N. · Reviewed 10 месяцев ago

Francesco C. · Reviewed 10 месяцев ago

This lab is bugged. 1. Trainee is expected to use vpc module 6.0.0 which nowadays conflicts with recent version of google provider, since google provider version is not locked lab turns into a version issue resolving training i have managed to deploy vpc with following config: module "tf-vpc-269513" { source = "terraform-google-modules/network/google" version = "6.0.0" network_name = "tf-vpc-269513" project_id = var.project_id routing_mode = "GLOBAL" subnets =[ { subnet_name = "subnet-01" subnet_ip = "10.10.10.0/24" subnet_region = var.region }, { subnet_name = "subnet-02" subnet_ip = "10.10.20.0/24" subnet_region = var.region } ] } and even firewall got deployed , vm's attached into this subnets, yet no way to get the check to validate the lab step and finish the lab either: - force both vpc module and provider version - allow both to be used in latest - do not check the version rather final outcome 2. I had an issue after importing existing machines into my state , i got clean state with both machines defined in my tf code (no changes reported by terraform apply) yet validation was not passing. Again output from validation is not helpful at all. ATM this lab is semi useful. Semi waste of time as well.

Bartłomiej R. · Reviewed 10 месяцев ago

In my opinion the manual should be updated. There are serious problems between the requirement to use network in the indicated version and probably the latest versions of terraform and other dependencies. The first time I couldn't solve the problems - time ran out. The second time I started with Task 6 -> I set the module to be version 6 and terraform downloaded the appropriate dependencies, then I went back to other tasks.

Krystian M. · Reviewed 10 месяцев ago

need more time

Gany R. · Reviewed 10 месяцев ago

There were lot of missing parts...specially the version of terraform...error messages were not very clear

SANJEEV S. · Reviewed 10 месяцев ago

Marlon M. · Reviewed 10 месяцев ago

Samuel A. · Reviewed 10 месяцев ago

Manjula N. · Reviewed 10 месяцев ago

Michael N. · Reviewed 10 месяцев ago

近藤 大. · Reviewed 10 месяцев ago

Rio Adhi P. · Reviewed 10 месяцев ago

Michael N. · Reviewed 10 месяцев ago

N AKSHITA REDDY .. · Reviewed 10 месяцев ago

近藤 大. · Reviewed 10 месяцев ago

Satisfied

Santosh M. · Reviewed 10 месяцев ago

Bivas M. · Reviewed 10 месяцев ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.