Build Infrastructure with Terraform on Google Cloud: Challenge Lab Reviews

Build Infrastructure with Terraform on Google Cloud: Challenge Lab Reviews

70315 reviews

good

vanitha m. · Reviewed 32 דקות ago

Duncan T. · Reviewed 40 דקות ago

Diego Manuel F. · Reviewed בערך 2 שעות ago

Would have been a bit more helpful if the version of google provider was mentioned. But overall good.

Sadman Yasar S. · Reviewed בערך 3 שעות ago

Damien L. · Reviewed בערך 3 שעות ago

Prottush P. · Reviewed בערך 3 שעות ago

Rilind K. · Reviewed בערך 4 שעות ago

Prottush P. · Reviewed בערך 4 שעות ago

Andrés C. · Reviewed בערך 5 שעות ago

John B. · Reviewed בערך 6 שעות ago

Saurabh M. · Reviewed בערך 7 שעות ago

parag s. · Reviewed בערך 7 שעות ago

Srajan S. · Reviewed בערך 8 שעות ago

Sravani P. · Reviewed בערך 8 שעות ago

Octavio C. · Reviewed בערך 8 שעות ago

Bernardo Uziel F. · Reviewed בערך 8 שעות ago

Mayuri T. · Reviewed בערך 8 שעות ago

Shrikrishna P. · Reviewed בערך 9 שעות ago

Shivani V. · Reviewed בערך 9 שעות ago

Roman S. · Reviewed בערך 10 שעות ago

There are serious issues with the lab on Step 6. I tried utilizing the version 6.0.0 or ~>6.0 or any combination and I would consistently get errors with the subnet array. It took me 30 minutes of troubleshooting to try and fix that problem but could not before the timer stopped. I used the provided modules from Terraform and applied what was asked of me but continued to receive errors after running terraform apply. This is what I applied for my subnets: resource "google_compute_instance" "tf_instance_1" { name = "tf-instance-1" machine_type = "e2-medium" # Update with the actual machine type from GCP console zone = var.zone boot_disk { initialize_params { image = "debian-cloud/debian-9" # Update with the actual boot disk image from GCP console } } network_interface { subnetwork = "projects/your-gcp-project-id/regions/us-west1/subnetworks/default" # Update with actual subnetwork from GCP console } metadata_startup_script = <<-EOT #!/bin/bash EOT allow_stopping_for_update = true } resource "google_compute_instance" "tf_instance_2" { name = "tf-instance-2" machine_type = "e2-medium" # Update with the actual machine type from GCP console zone = var.zone boot_disk { initialize_params { image = "debian-cloud/debian-9" # Update with the actual boot disk image from GCP console } } network_interface { subnetwork = "projects/your-gcp-project-id/regions/us-west1/subnetworks/default" # Update with actual subnetwork from GCP console } metadata_startup_script = <<-EOT #!/bin/bash EOT allow_stopping_for_update = true } This is the error I received: Error: Unsupported argument │ │ on main.tf line 41, in module "vpc_network": │ 41: subnets = [ │ │ An argument named "subnets" is not expected here. I am unsure how to proceed with this statement, as it seems clear in the documentation that this is what is required.

Michael B. · Reviewed בערך 10 שעות ago

Michel C. · Reviewed בערך 10 שעות ago

Niroshan R. · Reviewed בערך 10 שעות ago

Haritha V. · Reviewed בערך 10 שעות ago

Ming Han L. · 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.