Build Infrastructure with Terraform on Google Cloud: laboratório com desafio avaliações

Build Infrastructure with Terraform on Google Cloud: laboratório com desafio avaliações

70313 avaliações

Diego Manuel F. · Revisado há 6 minutes

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

Sadman Yasar S. · Revisado há about 1 hour

Damien L. · Revisado há about 1 hour

Prottush P. · Revisado há about 2 hours

Rilind K. · Revisado há about 3 hours

Prottush P. · Revisado há about 3 hours

Andrés C. · Revisado há about 3 hours

John B. · Revisado há about 4 hours

Saurabh M. · Revisado há about 6 hours

parag s. · Revisado há about 6 hours

Srajan S. · Revisado há about 6 hours

Sravani P. · Revisado há about 6 hours

Octavio C. · Revisado há about 6 hours

Bernardo Uziel F. · Revisado há about 6 hours

Mayuri T. · Revisado há about 7 hours

Shrikrishna P. · Revisado há about 8 hours

Shivani V. · Revisado há about 8 hours

Roman S. · Revisado há about 8 hours

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. · Revisado há about 8 hours

Michel C. · Revisado há about 8 hours

Niroshan R. · Revisado há about 8 hours

Haritha V. · Revisado há about 9 hours

Ming Han L. · Revisado há about 9 hours

Subin J. · Revisado há about 9 hours

Pang L. · Revisado há about 9 hours

Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.