Modular Load Balancing with Terraform - Regional Load Balancer Rezensionen

23461 Rezensionen

Vishal K. · Vor mehr als 3 Jahre überprüft

Uma Maheswari P. · Vor mehr als 3 Jahre überprüft

Uma Maheswari P. · Vor mehr als 3 Jahre überprüft

Sahana C. · Vor mehr als 3 Jahre überprüft

Don't even know what I did

Wesley K. · Vor mehr als 3 Jahre überprüft

nimish m. · Vor mehr als 3 Jahre überprüft

Vangara H. · Vor mehr als 3 Jahre überprüft

Debian not found

Bryan S. · Vor mehr als 3 Jahre überprüft

William S H. · Vor mehr als 3 Jahre überprüft

image not found debian 9

Valtteri K. · Vor mehr als 3 Jahre überprüft

debian-9 is not supported. had to change code to use debian-10

Richard B. · Vor mehr als 3 Jahre überprüft

Sam H. · Vor mehr als 3 Jahre überprüft

image not found debian 9

Valtteri K. · Vor mehr als 3 Jahre überprüft

must use debian 10 instead of 9

marco s. · Vor mehr als 3 Jahre überprüft

Error: error retrieving image information: googleapi: Error 404: The resource 'projects/debian-cloud/global/images/family/debian-9' was not found, notFound

marco s. · Vor mehr als 3 Jahre überprüft

debian-10 is the way to go

Dominik H. · Vor mehr als 3 Jahre überprüft

Andrew B. · Vor mehr als 3 Jahre überprüft

terraform plan did end in error

Dominik H. · Vor mehr als 3 Jahre überprüft

Vinod R. · Vor mehr als 3 Jahre überprüft

William S H. · Vor mehr als 3 Jahre überprüft

Andy S. · Vor mehr als 3 Jahre überprüft

Borys K. · Vor mehr als 3 Jahre überprüft

image is no longer available, so need to edit variables.tf to change to debian10 or something

Maciej N. · Vor mehr als 3 Jahre überprüft

terraform plan を実行したところ以下のエラーが発生しました。 > Error: error retrieving image information: googleapi: Error 404: The resource 'projects/debian-cloud/global/images/family/debian-9' was not found, notFound 上記エラーですが variables.tf を以下のように書き換えたところ解消しました。 ``` variable "image_family" { description = "Image used for compute VMs." default = "debian-10" } ```

misato k. · Vor mehr als 3 Jahre überprüft

Debian 9 image needs to be changed to 10: @@ -24,7 +24,7 @@ variable "project_id" { variable "image_family" { description = "Image used for compute VMs." - default = "debian-9" + default = "debian-10" }

Nicholas B. · Vor mehr als 3 Jahre überprüft

Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.