Sha256: 725e7a645f193f9d2d1a2f5ee4ac7fa10e4fd36c3ce3c756e38626cc281d890c
Contents?: true
Size: 462 Bytes
Versions: 7
Compression:
Stored size: 462 Bytes
Contents
# Generate install script then write to disk for terraform to copy to the instance for execution execute "bundle exec ruby -e \"require 'mixlib/install'; puts Mixlib::Install.install_sh\" > ../.acceptance_data/ubuntu_install.sh" do cwd node['chef-acceptance']['suite-dir'] end execute "terraform plan" do cwd "#{node['chef-acceptance']['suite-dir']}/terraform" end execute "terraform apply" do cwd "#{node['chef-acceptance']['suite-dir']}/terraform" end
Version data entries
7 entries across 7 versions & 1 rubygems