Merge pull request #6246 from hashicorp/dani/fix-docker-driver

docker: Fix driver spec
This commit is contained in:
Danielle 2019-09-03 14:19:12 +02:00 committed by GitHub
commit 0849102f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ var (
),
"image_delay": hclspec.NewDefault(
hclspec.NewAttr("image_delay", "string", false),
hclspec.NewLiteral("3m"),
hclspec.NewLiteral("\"3m\""),
),
"container": hclspec.NewDefault(
hclspec.NewAttr("container", "bool", false),