29 lines
764 B
Plaintext
29 lines
764 B
Plaintext
---
|
|
description: >
|
|
The top-level source block defines reusable builder configuration blocks
|
|
layout: docs
|
|
page_title: source - Blocks
|
|
sidebar_title: <tt>source</tt>
|
|
---
|
|
|
|
# The `source` block
|
|
|
|
`@include 'from-1.5/beta-hcl2-note.mdx'`
|
|
|
|
The top-level `source` block defines reusable builder configuration blocks:
|
|
|
|
`@include 'from-1.5/sources/example-block.mdx'`
|
|
|
|
Build-level [`source` blocks](/docs/from-1.5/blocks/build/source) allows you to
|
|
specifically set source fields at the moment of using them.
|
|
|
|
## Related
|
|
|
|
* The list of available builders can be found in the [builders](/docs/builders)
|
|
section.
|
|
|
|
* A list of [community
|
|
builders](/community-tools#community-builders) is available.
|
|
|
|
* Create your own [custom builder](/docs/extending/custom-builders) !
|