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

This commit is contained in:
Steph Gosling 2021-05-07 10:02:03 +01:00 committed by GitHub
parent 17899731ea
commit 1e51ed9df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" {