Skip to content

Instantly share code, notes, and snippets.

@Atalanta
Created September 24, 2014 03:18
Show Gist options
  • Select an option

  • Save Atalanta/a2dcf03ecb978b0bfd4d to your computer and use it in GitHub Desktop.

Select an option

Save Atalanta/a2dcf03ecb978b0bfd4d to your computer and use it in GitHub Desktop.
driver_config:
aws_access_key_id: <%= ENV['AWS_ACCESS_KEY'] %>
aws_secret_access_key: <%= ENV['AWS_SECRET_KEY'] %>
aws_ssh_key_id: <%= ENV['AWS_SSH_KEY_ID'] %>
ssh_key: <%= File.expand_path('~/.ssh/test123.pem' )%>
region: eu-west-1
availability_zone: eu-west-1b
require_chef_omnibus: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment