Modular Load Balancing with Terraform - Regional Load Balancer Reviews

23461 reviews

Vishal K. · Reviewed больше 3 лет ago

Uma Maheswari P. · Reviewed больше 3 лет ago

Uma Maheswari P. · Reviewed больше 3 лет ago

Sahana C. · Reviewed больше 3 лет ago

Don't even know what I did

Wesley K. · Reviewed больше 3 лет ago

nimish m. · Reviewed больше 3 лет ago

Vangara H. · Reviewed больше 3 лет ago

Debian not found

Bryan S. · Reviewed больше 3 лет ago

William S H. · Reviewed больше 3 лет ago

image not found debian 9

Valtteri K. · Reviewed больше 3 лет ago

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

Richard B. · Reviewed больше 3 лет ago

Sam H. · Reviewed больше 3 лет ago

image not found debian 9

Valtteri K. · Reviewed больше 3 лет ago

must use debian 10 instead of 9

marco s. · Reviewed больше 3 лет ago

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

marco s. · Reviewed больше 3 лет ago

debian-10 is the way to go

Dominik H. · Reviewed больше 3 лет ago

Andrew B. · Reviewed больше 3 лет ago

terraform plan did end in error

Dominik H. · Reviewed больше 3 лет ago

Vinod R. · Reviewed больше 3 лет ago

William S H. · Reviewed больше 3 лет ago

Andy S. · Reviewed больше 3 лет ago

Borys K. · Reviewed больше 3 лет ago

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

Maciej N. · Reviewed больше 3 лет ago

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. · Reviewed больше 3 лет ago

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. · Reviewed больше 3 лет ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.