Update hcl2template/types.source.go
Co-authored-by: Megan Marsh <megan@hashicorp.com>
This commit is contained in:
parent
225081c3a6
commit
6a406ffb1d
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue