Include git hash in env variables for functions

This commit is contained in:
2024-05-26 11:10:22 +02:00
parent d2b05f72a6
commit 43991cc633
11 changed files with 138 additions and 108 deletions

View File

@@ -12,3 +12,8 @@ variable "redirect_url" {
type = string
default = "https://nfc.standout.it/dev"
}
variable "git_version" {
type = string
default = "00000000"
}