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.