Skip to content

Commit

Permalink
add in missing var image_build_details
Browse files Browse the repository at this point in the history
  • Loading branch information
keirbadger committed Apr 4, 2024
1 parent 7841a97 commit 92c8eef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,13 @@ variable "extra_hosts" {
ipAddress = string
}))
default = []
}

variable "image_build_details" {
description = "Details of the image build"
type = map(string)
default = {
"buildx" = "false",
"platform" = ""
}
}

0 comments on commit 92c8eef

Please sign in to comment.