Build Infrastructure with Terraform on Google Cloud: Challenge Lab Reviews

Build Infrastructure with Terraform on Google Cloud: Challenge Lab Reviews

70305 reviews

Saurabh M. · Reviewed 28 minutes ago

parag s. · Reviewed about 1 hour ago

Srajan S. · Reviewed about 1 hour ago

Sravani P. · Reviewed about 1 hour ago

Octavio C. · Reviewed about 1 hour ago

Bernardo Uziel F. · Reviewed about 1 hour ago

Mayuri T. · Reviewed about 1 hour ago

Shrikrishna P. · Reviewed about 2 hours ago

Shivani V. · Reviewed about 3 hours ago

Roman S. · Reviewed about 3 hours 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 about 3 hours ago

Michel C. · Reviewed about 3 hours ago

Niroshan R. · Reviewed about 3 hours ago

Haritha V. · Reviewed about 4 hours ago

Ming Han L. · Reviewed about 4 hours ago

Subin J. · Reviewed about 4 hours ago

Pang L. · Reviewed about 4 hours ago

Ousama I. · Reviewed about 4 hours ago

Michał D. · Reviewed about 4 hours ago

faced provider mismatch issue between google's latest provider and the one that network module uses. i had to recreate everything with the provider version which the network module is compatible to.

Sooraj n. · Reviewed about 4 hours ago

Ousama I. · Reviewed about 5 hours ago

Supriya Y. · Reviewed about 5 hours ago

Lalit K. · Reviewed about 5 hours ago

Marcus B. · Reviewed about 6 hours ago

Piotr W. · Reviewed about 6 hours ago

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