This commit is contained in:
Adrien Delorme 2020-09-30 12:02:52 +02:00
parent f3e65b5eb1
commit 180dc4a54e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ build {
] ]
provisioner "shell" { provisioner "shell" {
string = "string" string = coalesce(null, "", "string")
int = "${41 + 1}" int = "${41 + 1}"
int64 = "${42 + 1}" int64 = "${42 + 1}"
bool = "true" bool = "true"