Terraform を使用したモジュール式ロード バランシング - リージョン ロードバランサ のレビュー
23461 件のレビュー
Kumar Vishal · 3年以上前にレビュー済み
Praveenkumar Uma Maheswari · 3年以上前にレビュー済み
Praveenkumar Uma Maheswari · 3年以上前にレビュー済み
C Prabhakar Sahana · 3年以上前にレビュー済み
Don't even know what I did
Kok Wesley · 3年以上前にレビュー済み
mehta nimish · 3年以上前にレビュー済み
HariBabu Vangara · 3年以上前にレビュー済み
Debian not found
Suh Bryan · 3年以上前にレビュー済み
Harper William S · 3年以上前にレビュー済み
image not found debian 9
Kinnunen Valtteri · 3年以上前にレビュー済み
debian-9 is not supported. had to change code to use debian-10
Bing-Wo Richard · 3年以上前にレビュー済み
Hill Sam · 3年以上前にレビュー済み
image not found debian 9
Kinnunen Valtteri · 3年以上前にレビュー済み
must use debian 10 instead of 9
schneider marco · 3年以上前にレビュー済み
Error: error retrieving image information: googleapi: Error 404: The resource 'projects/debian-cloud/global/images/family/debian-9' was not found, notFound
schneider marco · 3年以上前にレビュー済み
debian-10 is the way to go
Hartmann Dominik · 3年以上前にレビュー済み
Beh Andrew · 3年以上前にレビュー済み
terraform plan did end in error
Hartmann Dominik · 3年以上前にレビュー済み
Reddy Vinod · 3年以上前にレビュー済み
Harper William S · 3年以上前にレビュー済み
Song Andy · 3年以上前にレビュー済み
Kuncewicz Borys · 3年以上前にレビュー済み
image is no longer available, so need to edit variables.tf to change to debian10 or something
Niemcewicz Maciej · 3年以上前にレビュー済み
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" } ```
kimizuka misato · 3年以上前にレビュー済み
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" }
Bernstein Nicholas · 3年以上前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。