variable "name" {
description = "The name of the application"
type = string
}
variable "image" {
description = "The image to run"
default = "mcr.microsoft.com/azuredocs/containerapps-helloworld:latest"