Balanceamento de carga modular com o Terraform: balanceador de carga regional avaliações

23461 avaliações

Vishal K. · Revisado há over 3 years

Uma Maheswari P. · Revisado há over 3 years

Uma Maheswari P. · Revisado há over 3 years

Sahana C. · Revisado há over 3 years

Don't even know what I did

Wesley K. · Revisado há over 3 years

nimish m. · Revisado há over 3 years

Vangara H. · Revisado há over 3 years

Debian not found

Bryan S. · Revisado há over 3 years

William S H. · Revisado há over 3 years

image not found debian 9

Valtteri K. · Revisado há over 3 years

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

Richard B. · Revisado há over 3 years

Sam H. · Revisado há over 3 years

image not found debian 9

Valtteri K. · Revisado há over 3 years

must use debian 10 instead of 9

marco s. · Revisado há 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. · Revisado há over 3 years

debian-10 is the way to go

Dominik H. · Revisado há over 3 years

Andrew B. · Revisado há over 3 years

terraform plan did end in error

Dominik H. · Revisado há over 3 years

Vinod R. · Revisado há over 3 years

William S H. · Revisado há over 3 years

Andy S. · Revisado há over 3 years

Borys K. · Revisado há over 3 years

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

Maciej N. · Revisado há 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. · Revisado há 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. · Revisado há over 3 years

Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.