mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-03 20:57:09 -06:00
Merge pull request #8211 from cblecker/vagrantfile-update
Update Vagrantfile to use Ubuntu 14.04 LTS
This commit is contained in:
commit
b592a2f641
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -43,7 +43,7 @@ source /etc/profile.d/gopath.sh
|
||||
SCRIPT
|
||||
|
||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
config.vm.box = "bento/ubuntu-12.04"
|
||||
config.vm.box = "bento/ubuntu-14.04"
|
||||
config.vm.hostname = "terraform"
|
||||
|
||||
config.vm.provision "shell", inline: $script, privileged: false
|
||||
|
Loading…
Reference in New Issue
Block a user