Use a more curl friendly image

This commit is contained in:
Julio Diez 2023-02-14 12:57:43 +01:00
parent 28f4c3170e
commit d0934903aa
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
variable "image" {
description = "Container image to deploy."
type = string
default = "us-docker.pkg.dev/cloudrun/container/hello"
default = "us-docker.pkg.dev/google-samples/containers/gke/whereami:v1.2.19"
}
variable "ingress_settings" {