fix: specify a string for name rather than a variable which is not supported (#10987)
This commit is contained in:
parent
17899731ea
commit
1e51ed9df9
|
@ -17,7 +17,7 @@ build {
|
||||||
# Note that fields cannot be overwritten, in other words, you cannot
|
# Note that fields cannot be overwritten, in other words, you cannot
|
||||||
# set the 'output' field from the top-level source block and here.
|
# set the 'output' field from the top-level source block and here.
|
||||||
output = "different value"
|
output = "different value"
|
||||||
name = var.foo
|
name = "differentname"
|
||||||
}
|
}
|
||||||
|
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
|
|
Loading…
Reference in New Issue