From f4caf5978f88f431370b08a95cab6cb0b540e2e9 Mon Sep 17 00:00:00 2001 From: Kennith Leung Date: Mon, 8 Mar 2021 01:34:05 -0800 Subject: [PATCH] doc: fix sources typo (#10733) --- .../docs/templates/hcl_templates/blocks/build/provisioner.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx b/website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx index 6b6e98038..3cce21156 100644 --- a/website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx +++ b/website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx @@ -52,7 +52,7 @@ source "amazon-ebs" "second-example" { } build { - source = [ + sources = [ "source.amazon-ebs.first-example", "source.amazon-ebs.second-example", ]