Creare l'infrastruttura con Terraform su Google Cloud: Challenge Lab recensioni

Creare l'infrastruttura con Terraform su Google Cloud: Challenge Lab recensioni

70309 recensioni

Rilind K. · Recensione inserita 24 minuti fa

Prottush P. · Recensione inserita 26 minuti fa

Andrés C. · Recensione inserita circa un'ora fa

John B. · Recensione inserita circa 2 ore fa

Saurabh M. · Recensione inserita circa 3 ore fa

parag s. · Recensione inserita circa 3 ore fa

Srajan S. · Recensione inserita circa 4 ore fa

Sravani P. · Recensione inserita circa 4 ore fa

Octavio C. · Recensione inserita circa 4 ore fa

Bernardo Uziel F. · Recensione inserita circa 4 ore fa

Mayuri T. · Recensione inserita circa 4 ore fa

Shrikrishna P. · Recensione inserita circa 5 ore fa

Shivani V. · Recensione inserita circa 6 ore fa

Roman S. · Recensione inserita circa 6 ore fa

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. · Recensione inserita circa 6 ore fa

Michel C. · Recensione inserita circa 6 ore fa

Niroshan R. · Recensione inserita circa 6 ore fa

Haritha V. · Recensione inserita circa 7 ore fa

Ming Han L. · Recensione inserita circa 7 ore fa

Subin J. · Recensione inserita circa 7 ore fa

Pang L. · Recensione inserita circa 7 ore fa

Ousama I. · Recensione inserita circa 7 ore fa

Michał D. · Recensione inserita circa 7 ore fa

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. · Recensione inserita circa 7 ore fa

Ousama I. · Recensione inserita circa 7 ore fa

Non garantiamo che le recensioni pubblicate provengano da consumatori che hanno acquistato o utilizzato i prodotti. Le recensioni non sono verificate da Google.