fix: specify a string for name rather than a variable which is not supported (#10987)

pull/11008/head
Steph Gosling 5 years ago committed by GitHub
parent 17899731ea
commit 1e51ed9df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ build {
# Note that fields cannot be overwritten, in other words, you cannot
# set the 'output' field from the top-level source block and here.
output = "different value"
name = var.foo
name = "differentname"
}
provisioner "shell" {

Loading…
Cancel
Save