github.com/hashicorp/packer@v1.14.3/website/content/partials/packer-plugin-sdk/multistep/commonsteps/HTTPConfig.mdx (about) 1 <!-- Code generated from the comments of the HTTPConfig struct in multistep/commonsteps/http_config.go; DO NOT EDIT MANUALLY --> 2 3 Packer will create an http server serving `http_directory` when it is set, a 4 random free port will be selected and the architecture of the directory 5 referenced will be available in your builder. 6 7 Example usage from a builder: 8 9 `wget http://{{ .HTTPIP }}:{{ .HTTPPort }}/foo/bar/preseed.cfg` 10 11 <!-- End of code generated from the comments of the HTTPConfig struct in multistep/commonsteps/http_config.go; -->