Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Packer
Commits
378786dc
Commit
378786dc
authored
4 years ago
by
Megan Marsh
Browse files
Options
Download
Email Patches
Plain Diff
fix links
parent
fde3a753
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
website/content/docs/templates/hcl_templates/blocks/data.mdx
+1
-1
website/content/docs/templates/hcl_templates/blocks/data.mdx
website/content/docs/templates/hcl_templates/blocks/index.mdx
+1
-1
...ite/content/docs/templates/hcl_templates/blocks/index.mdx
website/content/docs/templates/hcl_templates/datasources.mdx
+2
-2
website/content/docs/templates/hcl_templates/datasources.mdx
with
4 additions
and
4 deletions
+4
-4
website/content/docs/templates/hcl_templates/blocks/data.mdx
+
1
-
1
View file @
378786dc
...
...
@@ -13,5 +13,5 @@ The `data` block defines data sources within your Packer configuration.
# More on data sources
- Read the [full Data Sources](/docs/
from-1.5
/datasources) description for a more
- Read the [full Data Sources](/docs/
templates/hcl_templates
/datasources) description for a more
thorough read.
This diff is collapsed.
Click to expand it.
website/content/docs/templates/hcl_templates/blocks/index.mdx
+
1
-
1
View file @
378786dc
...
...
@@ -60,4 +60,4 @@ list of all of the available built-in HCL2 blocks.
`@include 'from-1.5/datasources/example-block.mdx'`
- [data block documentation](/docs/
from-1.5
/blocks/data).
- [data block documentation](/docs/
templates/hcl_templates
/blocks/data).
This diff is collapsed.
Click to expand it.
website/content/docs/templates/hcl_templates/datasources.mdx
+
2
-
2
View file @
378786dc
...
...
@@ -11,8 +11,8 @@ description: >-
-> **Note:** Data Sources is a feature included in Packer 1.7 and later.
Data sources allow data to be fetched or computed for use elsewhere in [locals](/docs/
from-1.5
/blocks/locals) and
[sources](/docs/
from-1.5
/blocks/source) configuration.
Data sources allow data to be fetched or computed for use elsewhere in [locals](/docs/
templates/hcl_templates
/blocks/locals) and
[sources](/docs/
templates/hcl_templates
/blocks/source) configuration.
Use of data sources allows a Builder to make use of information defined outside of Packer.
# Using Data Sources
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help