You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/docs/templates/hcl_templates/datasources.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ local name ("example"). The name is used to refer to this data source from elsew
36
36
The data block creates a data instance of the given _type_ (first block label) and _name_ (second block label).
37
37
The combination of the type and name must be unique within a configuration.
38
38
39
-
Within the block (the `{ }`) is the configuration for the data instance. The configuration is dependent on the type,
40
-
and is documented for each data source in the [data sources](/packer/docs/datasources) section.
39
+
Within the block (the `{ }`) is the configuration for the data instance. The configuration is dependent on the data source type,
40
+
and is documented for each data source. For example the configuration of the `amazon-ami`data source can be found at [plugins/datasources/amazon/ami](/packer/plugins/datasources/amazon/ami#configuration-reference).
41
41
42
42
A data source can output one or more attributes, which can be used by adding their key name to the data source unique
43
43
identifier, like `data.<TYPE>.<NAME>.<ATTRIBUTE>`.
0 commit comments