Sylvia Moss
3dac34766c
add legacy_isotime docs ( #10928 )
2021-04-19 16:29:43 +02:00
Kerim Satirli
e3bcb4f2ac
adds highlighting to locals
stanza ( #10881 )
2021-04-07 16:38:23 +02:00
Brian Choy
fb04fa7a25
Fix vault function docs example ( #10851 )
...
The given example is missing a `,`.
2021-04-01 15:18:06 +02:00
Zachary Shilton
830140157d
website: remove obselete nav data ( #10811 )
...
* 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
2021-03-31 15:07:00 -04:00
Adrien Delorme
a9bec7945e
remove .mdx extensions in links ( #10823 )
...
Some of them were added in #10800 some where already there
2021-03-25 14:02:21 +01:00
Adrien Delorme
ff01e6715a
HCL2: add templatefile function ( #10776 )
...
* tests
* docs
2021-03-23 12:02:05 +01:00
Sylvia Moss
1e889078fd
add regex and regexall functions ( #10601 )
2021-02-10 11:58:20 +01:00
Alex Chan
540effbbc0
Correct the spelling of heirarchical/hierarchical ( #10576 )
2021-02-05 16:32:28 +01:00
Adrien Delorme
ed091163be
HCL2 Parse packer.required_plugins block + packer init ( #10304 )
...
This adds the new `required_plugins` block to be nested under the packer block.
Example:
```hcl
packer {
required_plugins {
aws = {
version = ">= 2.7.0"
source = "azr/aws"
}
azure = ">= 2.7.0"
}
}
```
For example on darwin_amd64 Packer will install those under :
* "${PACKER_HOME_DIR}/plugin/github.com/azr/amazon/packer-plugin-amazon_2.7.0_x5.0_darwin_amd64"
* "${PACKER_HOME_DIR}/plugin/github.com/hashicorp/azure/packer-plugin-azure_2.7.0_x5.0_darwin_amd64_x5"
+ docs
+ tests
2021-02-02 18:05:04 +01:00
Megan Marsh
927b539ee1
fix redirects according to Moss's suggestion, and fix double-slash docs prepending
2021-01-15 11:59:36 -08:00
Megan Marsh
1cb9aea752
change markdown references to new pathing
2021-01-15 11:59:36 -08:00
Megan Marsh
cca3109755
refactor site to move HCL docs next to JSON docs
2021-01-15 11:59:35 -08:00