Update hcl2template/types.source.go

Co-authored-by: Megan Marsh <megan@hashicorp.com>
This commit is contained in:
Adrien Delorme 2020-06-02 11:52:11 +02:00 committed by GitHub
parent 225081c3a6
commit 6a406ffb1d
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 @@ type SourceBlock struct {
block *hcl.Block
// addition will be merged into block to allow to override builder settings
// addition will be merged into block to allow user to override builder settings
// per build.source block.
addition hcl.Body
}