关于“Modular Load Balancing with Terraform - Regional Load Balancer”的评价
23461 条评价
Vishal K. · 已于 over 3 years前审核
Uma Maheswari P. · 已于 over 3 years前审核
Uma Maheswari P. · 已于 over 3 years前审核
Sahana C. · 已于 over 3 years前审核
Don't even know what I did
Wesley K. · 已于 over 3 years前审核
nimish m. · 已于 over 3 years前审核
Vangara H. · 已于 over 3 years前审核
Debian not found
Bryan S. · 已于 over 3 years前审核
William S H. · 已于 over 3 years前审核
image not found debian 9
Valtteri K. · 已于 over 3 years前审核
debian-9 is not supported. had to change code to use debian-10
Richard B. · 已于 over 3 years前审核
Sam H. · 已于 over 3 years前审核
image not found debian 9
Valtteri K. · 已于 over 3 years前审核
must use debian 10 instead of 9
marco s. · 已于 over 3 years前审核
Error: error retrieving image information: googleapi: Error 404: The resource 'projects/debian-cloud/global/images/family/debian-9' was not found, notFound
marco s. · 已于 over 3 years前审核
debian-10 is the way to go
Dominik H. · 已于 over 3 years前审核
Andrew B. · 已于 over 3 years前审核
terraform plan did end in error
Dominik H. · 已于 over 3 years前审核
Vinod R. · 已于 over 3 years前审核
William S H. · 已于 over 3 years前审核
Andy S. · 已于 over 3 years前审核
Borys K. · 已于 over 3 years前审核
image is no longer available, so need to edit variables.tf to change to debian10 or something
Maciej N. · 已于 over 3 years前审核
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. · 已于 over 3 years前审核
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. · 已于 over 3 years前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。