_terraform.rb 181 B

123456789101112
  1. #
  2. # Cookbook:: workstation
  3. # Recipe:: _terraform
  4. #
  5. # Copyright:: 2022, The Authors, All Rights Reserved.
  6. #
  7. include_recipe 'apt_repositories::_terraform'
  8. package %w{
  9. terraform
  10. }