Opiniones sobre Build Infrastructure with Terraform on Google Cloud: Lab de desafío

Opiniones sobre Build Infrastructure with Terraform on Google Cloud: Lab de desafío

70312 opiniones

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

Sadman Yasar S. · Se revisó hace 8 minutos

Damien L. · Se revisó hace 21 minutos

Prottush P. · Se revisó hace 34 minutos

Rilind K. · Se revisó hace alrededor de 2 horas

Prottush P. · Se revisó hace alrededor de 2 horas

Andrés C. · Se revisó hace alrededor de 2 horas

John B. · Se revisó hace alrededor de 3 horas

Saurabh M. · Se revisó hace alrededor de 4 horas

parag s. · Se revisó hace alrededor de 5 horas

Srajan S. · Se revisó hace alrededor de 5 horas

Sravani P. · Se revisó hace alrededor de 5 horas

Octavio C. · Se revisó hace alrededor de 5 horas

Bernardo Uziel F. · Se revisó hace alrededor de 5 horas

Mayuri T. · Se revisó hace alrededor de 5 horas

Shrikrishna P. · Se revisó hace alrededor de 6 horas

Shivani V. · Se revisó hace alrededor de 7 horas

Roman S. · Se revisó hace alrededor de 7 horas

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. · Se revisó hace alrededor de 7 horas

Michel C. · Se revisó hace alrededor de 7 horas

Niroshan R. · Se revisó hace alrededor de 7 horas

Haritha V. · Se revisó hace alrededor de 8 horas

Ming Han L. · Se revisó hace alrededor de 8 horas

Subin J. · Se revisó hace alrededor de 8 horas

Pang L. · Se revisó hace alrededor de 8 horas

Ousama I. · Se revisó hace alrededor de 8 horas

No garantizamos que las opiniones publicadas provengan de consumidores que hayan comprado o utilizado los productos. Google no verifica las opiniones.