github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/website/source/docs/enterprise/packer/builds/managing-packer-versions.html.md (about) 1 --- 2 layout: "enterprise" 3 page_title: "Managing Packer Versions - Packer Builds - Terraform Enterprise" 4 sidebar_current: "docs-enterprise-packerbuilds-versions" 5 description: |- 6 Terraform Enterprise does not automatically upgrade the version of Packer used to run builds or compiles. 7 --- 8 9 # Managing Packer Versions 10 11 Terraform Enterprise does not automatically upgrade the version of Packer used 12 to run builds or compiles. This is intentional, as occasionally there can be 13 backwards incompatible changes made to Packer that cause templates to stop 14 building properly, or new versions that produce some other unexpected behavior. 15 16 All upgrades must be performed by a user, but Terraform Enterprise will display 17 a notice above any builds run with out of date versions. We encourage the use of 18 the latest version when possible. 19 20 ### Upgrading Packer 21 22 1. Go the Settings tab of a build configuration or application 23 24 2. Go to the "Packer Version" section and select the version you wish to use 25 26 3. Review the changelog for that version and previous versions 27 28 4. Click the save button. At this point, future builds will use that version