mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-11 20:17:25 -04:00
* website: remove obselete sidebar_title frontmatter from docs * website: bump to latest docs-page * website: update plugin creation and registration docs * website: fix broken links
17 lines
696 B
Text
17 lines
696 B
Text
---
|
|
description: |
|
|
Data sources allow data to be fetched for use in Packer configuration. Use of data sources
|
|
allows a build to use information defined outside of Packer.
|
|
page_title: Data Sources
|
|
---
|
|
|
|
# Data Sources
|
|
|
|
Data sources allow data to be fetched for use in Packer configuration. Use of data sources
|
|
allows a build to use information defined outside of Packer.
|
|
|
|
See the [`data`](/docs/templates/hcl_templates/datasources) block documentation to learn more
|
|
about working with data sources. For information on an individual data source,
|
|
choose it from the sidebar.
|
|
|
|
-> **Note:** Data sources is a feature exclusively available to HCL2 templates included in Packer `v1.7.0` (and newer).
|