Build Infrastructure with Terraform on Google Cloud: Challenge Lab Ulasan

Build Infrastructure with Terraform on Google Cloud: Challenge Lab Ulasan

70305 ulasan

Saurabh M. · Diulas 25 menit lalu

parag s. · Diulas 43 menit lalu

Srajan S. · Diulas sekitar 1 jam lalu

Sravani P. · Diulas sekitar 1 jam lalu

Octavio C. · Diulas sekitar 1 jam lalu

Bernardo Uziel F. · Diulas sekitar 1 jam lalu

Mayuri T. · Diulas sekitar 1 jam lalu

Shrikrishna P. · Diulas sekitar 2 jam lalu

Shivani V. · Diulas sekitar 3 jam lalu

Roman S. · Diulas sekitar 3 jam lalu

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. · Diulas sekitar 3 jam lalu

Michel C. · Diulas sekitar 3 jam lalu

Niroshan R. · Diulas sekitar 3 jam lalu

Haritha V. · Diulas sekitar 4 jam lalu

Ming Han L. · Diulas sekitar 4 jam lalu

Subin J. · Diulas sekitar 4 jam lalu

Pang L. · Diulas sekitar 4 jam lalu

Ousama I. · Diulas sekitar 4 jam lalu

Michał D. · Diulas sekitar 4 jam lalu

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. · Diulas sekitar 4 jam lalu

Ousama I. · Diulas sekitar 5 jam lalu

Supriya Y. · Diulas sekitar 5 jam lalu

Lalit K. · Diulas sekitar 5 jam lalu

Marcus B. · Diulas sekitar 6 jam lalu

Piotr W. · Diulas sekitar 6 jam lalu

Kami tidak dapat memastikan bahwa ulasan yang dipublikasikan berasal dari konsumen yang telah membeli atau menggunakan produk terkait. Ulasan tidak diverifikasi oleh Google.