Créer une infrastructure avec Terraform sur Google Cloud : atelier challenge avis

Créer une infrastructure avec Terraform sur Google Cloud : atelier challenge avis

70318 avis

Melanie H. · Examiné il y a 25 minutes

Kevin M. · Examiné il y a 34 minutes

Darshan P. · Examiné il y a 37 minutes

good

vanitha m. · Examiné il y a environ une heure

Duncan T. · Examiné il y a environ une heure

Diego Manuel F. · Examiné il y a environ 2 heures

Would have been a bit more helpful if the version of google provider was mentioned. But overall good.

Sadman Yasar S. · Examiné il y a environ 4 heures

Damien L. · Examiné il y a environ 4 heures

Prottush P. · Examiné il y a environ 4 heures

Rilind K. · Examiné il y a environ 5 heures

Prottush P. · Examiné il y a environ 5 heures

Andrés C. · Examiné il y a environ 6 heures

John B. · Examiné il y a environ 7 heures

Saurabh M. · Examiné il y a environ 8 heures

parag s. · Examiné il y a environ 8 heures

Srajan S. · Examiné il y a environ 8 heures

Sravani P. · Examiné il y a environ 9 heures

Octavio C. · Examiné il y a environ 9 heures

Bernardo Uziel F. · Examiné il y a environ 9 heures

Mayuri T. · Examiné il y a environ 9 heures

Shrikrishna P. · Examiné il y a environ 10 heures

Shivani V. · Examiné il y a environ 10 heures

Roman S. · Examiné il y a environ 10 heures

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. · Examiné il y a environ 11 heures

Michel C. · Examiné il y a environ 11 heures

Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.