Build Infrastructure with Terraform on Google Cloud: Challenge Lab Reviews

Build Infrastructure with Terraform on Google Cloud: Challenge Lab Reviews

70392 reviews

Ricky M. · Reviewed 9 минут ago

Shafaat r. · Reviewed 10 минут ago

Saketh K. · Reviewed около 2 часов ago

Diego B. · Reviewed около 2 часов ago

Saurabh S. · Reviewed около 3 часов ago

Rodrigo S. · Reviewed около 4 часов ago

Prince O. · Reviewed около 5 часов ago

Amrit P. · Reviewed около 5 часов ago

Egor S. · Reviewed около 6 часов ago

kalyan c. · Reviewed около 7 часов ago

Walter B. · Reviewed около 9 часов ago

Donald C. · Reviewed около 9 часов ago

Prakash T. · Reviewed около 10 часов ago

Adam M. · Reviewed около 11 часов 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 около 11 часов ago

Mehboob w. · Reviewed около 11 часов ago

Ramona I. · Reviewed около 11 часов ago

Michael G. · Reviewed около 11 часов ago

Nikolas L. · Reviewed около 12 часов ago

M X. · Reviewed около 12 часов ago

Radu C. · Reviewed около 12 часов ago

Radu C. · Reviewed около 12 часов ago

Abdelrahman M. · Reviewed около 12 часов ago

21BIT041 K. · Reviewed около 13 часов ago

Vipul S. · Reviewed около 13 часов ago

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