Terraform + Vagrant

Last updated: ... / Reads: 2 Edit

PS C:\Users\ckc\Terraform> vagrant up ==> vagrant: A new version of Vagrant is available: 2.4.9 (installed version: 2.3.2)! ==> vagrant: To upgrade visit: https://www.vagrantup.com/downloads.html

A Vagrant environment or target machine is required to run this command. Run vagrant init to create a new Vagrant environment. Or, get an ID of a target machine from vagrant global-status to run this command on. A final option is to change to a directory with a Vagrantfile and to try again. PS C:\Users\ckc\Terraform> vagrant init A Vagrantfile has been placed in this directory. You are now ready to vagrant up your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on vagrantup.com for more information on using Vagrant. PS C:\Users\ckc\Terraform> choco upgrade vagrant -y Chocolatey v2.6.0 Upgrading the following packages: vagrant By upgrading, you accept licenses for the packages.

You have vagrant v2.3.2 installed. Version 2.4.9 is available based on your source(s). Downloading package from source 'https://community.chocolatey.org/api/v2/' Progress: Downloading vagrant 2.4.9... 100%

vagrant v2.4.9 [Approved] vagrant package files upgrade completed. Performing other installation steps. Downloading vagrant 64 bit from 'https://releases.hashicorp.com/vagrant/2.4.9/vagrant_2.4.9_windows_amd64.msi' Progress: 100% - Completed download of C:\Users\ckc\AppData\Local\Temp\chocolatey\vagrant\2.4.9\vagrant_2.4.9_windows_amd64.msi (236.43 MB). Download of vagrant_2.4.9_windows_amd64.msi (236.43 MB) completed. Hashes match. Installing vagrant... vagrant has been installed. Updating installed plugins... Updated 'vagrant-hostmanager' to version '1.8.10'! Repairing currently installed global plugins. This may take a few minutes... Installed plugins successfully repaired! vagrant may be able to be automatically uninstalled. Environment Vars (like PATH) have changed. Close/reopen your shell to see the changes (or in powershell/cmd.exe just type refreshenv). The upgrade of vagrant was successful. Software installed as 'msi', install location is likely default.

Chocolatey upgraded 1/1 packages. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Packages requiring reboot:

  • vagrant (exit code 3010)

The recent package changes indicate a reboot is necessary. Please reboot at your earliest convenience.


Comments

Make a comment