Adrien Delorme
87ba7258b3
Use packer-sdc in packer + remove mapstructure-to-hcl2 & struct-markdown ( #10913 )
...
* start using `go:generate packer-sdc struct-markdown`
* Update Makefile
remove @go install ./cmd/struct-markdown
* run go generate for struct-markdown
* use //go:generate packer-sdc mapstructure-to-hcl2
* run go generate for mapstructure-to-hcl2
* remove struct-markdown and mapstructure-to-hcl2
* vendor vendors
2021-04-16 11:52:03 +02:00
Kerim Satirli
cf94fd1778
switches JSON and HCL2 tabs ( #10888 )
...
* switches JSON and HCL2 tabs for all provisioners
* corrects `packer` to `Packer`
* corrects `http` to `HTTP`
* corrects typos and highlighting consistency issues
* corrects typos and highlighting consistency issues
* corrects typos and highlighting consistency issues
* `ansible` -> `Ansible`
* `packer fmt` for HCL2 blocks in provisioners
* linting and spelling
* fixes formatting
* fixes formatting
* Update website/content/docs/provisioners/ansible.mdx
Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
* fixes formatting
* improves example
* generate stuff
Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
2021-04-08 15:02:57 +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
Sylvia Moss
505cbd2591
Vendor amazon plugin ( #10800 )
...
* remove amazon from core
* vendor amazon plugin
* remove website content
* Add amazon to docs-remote-plugins
* update amazon reference links in the documentation
* update amazon docs version to latest
Co-authored-by: Adrien Delorme <adrien.delorme@icloud.com>
2021-03-25 13:37:48 +01:00
Adrien Delorme
7732f7998c
Add http_content func to serve variables from HTTP @ preseed ( #10801 )
...
This imports hashicorp/packer-plugin-sdk#43
* code generate things
* update docs
* update guides
* update examples
We want to add a new guide.
2021-03-23 12:31:13 +01:00
Megan Marsh
1710590418
Merge pull request #10633 from hashicorp/azr_init_no_magic_host
...
Packer init: remove host and namespace guessing
2021-02-16 14:32:20 -08:00
Adrien Delorme
4409991887
add emojis to version table
2021-02-16 14:37:24 +01:00
sylviamoss
6e195f92e8
update components docs
2021-02-16 14:31:05 +01:00
Adrien Delorme
d2a8408577
update "how to comment in json" guide
2021-02-16 13:57:33 +01:00
sylviamoss
9718af4982
update hcl guides
2021-02-15 18:17:39 +01:00
Adrien Delorme
f7ee3f8ead
Update website/content/guides/1.7-template-upgrade.mdx
...
Co-authored-by: Sylvia Moss <moss@hashicorp.com>
2021-02-15 17:24:56 +01:00
Adrien Delorme
13b34e2c73
Update 1.7-template-upgrade.mdx
2021-02-15 15:13:36 +01:00
Sylvia Moss
00fce3c46f
Add v1.7.0 template upgrade guide ( #10615 )
2021-02-15 11:38:11 +01:00
Megan Marsh
bd7b31853e
Multi plugin naming ( #10608 )
2021-02-15 11:10:43 +01:00
Wilken Rivera
4e2d2961b6
Update with suggestion from review
2021-02-10 10:37:24 -05:00
Wilken Rivera
926e287025
Apply suggestions from code review
...
Co-authored-by: Megan Marsh <megan@hashicorp.com>
Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
2021-02-10 10:33:01 -05:00
Wilken Rivera
bb03a321f2
Add distributing migrated plugins section
2021-02-09 15:28:03 -05:00
Wilken Rivera
25b2ab9082
guides/1-7-plugin-upgrade: Update migration guide
...
* Add text to call out the packer-sdk-migrator tool.
* Add text around the naming conventions for registering multi-plugins
2021-02-09 14:23:44 -05: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
Wilken Rivera
ea7fef699f
Test against deployment url ( #10501 )
...
* Test against deployment url
* Remove infinite redirect configuration
* Add DEPLOYMENT_URL for builds against master
* website: Update README
* tip on seconds
* Test with GHA timeout_minutes clause
* Add continue on error for poll job
* Add empty url check
* Move to pull-request path filter
* Remove www for packer.io
* Apply suggestions from code review
* Update path filter
Vercel deploys on any change under the website directory.
* Use custom action as test
Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
2021-01-25 10:28:34 -05:00
Wilken Rivera
48a31d1b6a
Slight markdown fixes ( #10517 )
2021-01-25 10:43:41 +01:00
Wilken Rivera
a91a8ec63b
Ignore new links from markdown link checker because site isnt live
...
use relative pathing in links
fix vagrant docs link
2021-01-15 13:42:10 -08:00
Megan Marsh
368eb4aa00
add more context to intro
2021-01-13 13:19:10 -08:00
Megan Marsh
f43bb2f0c6
make table from import changes
2021-01-13 13:15:32 -08:00
Megan Marsh
21b37d4f8a
Co-authored-by: Sylvia Moss <moss@hashicorp.com>
...
Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
Review comments
2021-01-13 13:13:01 -08:00
Megan Marsh
5d49a522c0
add to navigation js page
2021-01-12 13:49:49 -08:00
Megan Marsh
f591396b7e
Add guide for upgrading plugins to use the packer-plugin-sdk
2021-01-12 13:42:12 -08:00
Jeff Escalante
25380116f2
remove layout frontmatter prop
2020-12-14 18:20:03 -05:00
Jeff Escalante
2de270341c
refactor to mdx remote
2020-12-14 18:20:01 -05:00