Sha256: 81c65cf9cfe57931886e7c265335601d83b7383629a08782a1a538caacdb02ff
Contents?: true
Size: 484 Bytes
Versions: 7
Compression:
Stored size: 484 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_ps1, 'install'\" > ../.acceptance_data/powershell_install_fips.ps1" 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