docker_image/variables.tf (
7
lines of code) (
raw
):
variable "registry_url" { type = string } variable "image_tag" { type = string default = "latest" }