关于“Modular Load Balancing with Terraform - Regional Load Balancer”的评价

评论

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 核实。