add test
This commit is contained in:
parent
f3e65b5eb1
commit
180dc4a54e
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue