doc: fix sources typo (#10733)

This commit is contained in:
Kennith Leung 2021-03-08 01:34:05 -08:00 committed by GitHub
parent cd93957225
commit f4caf5978f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ source "amazon-ebs" "second-example" {
} }
build { build {
source = [ sources = [
"source.amazon-ebs.first-example", "source.amazon-ebs.first-example",
"source.amazon-ebs.second-example", "source.amazon-ebs.second-example",
] ]