Files

16 lines
661 B
Plaintext
Raw Permalink Normal View History

2021-01-20 11:05:03 +01:00
---
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
2022-09-14 16:16:39 -04:00
Data sources let Packer fetch data to use in a template, including information defined outside of Packer.
2021-01-20 11:05:03 +01:00
2023-01-27 11:47:08 -06:00
Refer to the [`data`](/packer/docs/templates/hcl_templates/datasources) block documentation to learn more about working with data sources. The documentation also contains details about each type of data source.
2021-03-29 11:01:03 +02:00
-> **Note:** Data sources is a feature exclusively available to HCL2 templates included in Packer `v1.7.0` (and newer).