Build Infrastructure with Terraform on Google Cloud: Challenge Lab Rezensionen

Build Infrastructure with Terraform on Google Cloud: Challenge Lab Rezensionen

70407 Rezensionen

Walter B. · Vor etwa 12 Stunden überprüft

Donald C. · Vor etwa 12 Stunden überprüft

Prakash T. · Vor etwa 14 Stunden überprüft

Adam M. · Vor etwa 14 Stunden überprüft

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. · Vor etwa 14 Stunden überprüft

Mehboob w. · Vor etwa 14 Stunden überprüft

Ramona I. · Vor etwa 14 Stunden überprüft

Michael G. · Vor etwa 14 Stunden überprüft

Nikolas L. · Vor etwa 15 Stunden überprüft

M X. · Vor etwa 15 Stunden überprüft

Radu C. · Vor etwa 15 Stunden überprüft

Radu C. · Vor etwa 15 Stunden überprüft

Abdelrahman M. · Vor etwa 16 Stunden überprüft

21BIT041 K. · Vor etwa 16 Stunden überprüft

Vipul S. · Vor etwa 16 Stunden überprüft

Karthikeyan B. · Vor etwa 16 Stunden überprüft

Hari M. · Vor etwa 17 Stunden überprüft

Arunprasath R. · Vor etwa 17 Stunden überprüft

majd z. · Vor etwa 17 Stunden überprüft

Adoracion H. · Vor etwa 17 Stunden überprüft

Andrea Xiao Xuan A. · Vor etwa 17 Stunden überprüft

Dr Z. · Vor etwa 17 Stunden überprüft

Rodrigo V. · Vor etwa 17 Stunden überprüft

Zarex Alvin D. · Vor etwa 17 Stunden überprüft

Dmitry S. · Vor etwa 17 Stunden überprüft

Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.