mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-26 16:36:26 -06:00
[Vagrantfile] set the hostname to 'terraform'
This commit is contained in:
parent
38ce950b4c
commit
a32eebfd25
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -42,6 +42,7 @@ SCRIPT
|
||||
|
||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
config.vm.box = "chef/ubuntu-12.04"
|
||||
config.vm.hostname = "terraform"
|
||||
|
||||
config.vm.provision "shell", inline: $script, privileged: false
|
||||
config.vm.synced_folder '.', '/opt/gopath/src/github.com/hashicorp/terraform'
|
||||
|
Loading…
Reference in New Issue
Block a user