Skip to content

Commit

Permalink
Make cloud Kitchen config more YAML-y
Browse files Browse the repository at this point in the history
Just nice.
  • Loading branch information
jeffbyrnes committed Aug 16, 2017
1 parent e9dd404 commit da8d610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .kitchen.cloud.yml
Expand Up @@ -3,7 +3,8 @@ driver:
name: ec2
region: us-east-1
availability_zone: us-east-1b
security_group_ids: ['ci-testing']
security_group_ids:
- ci-testing
instance_type: c4.2xlarge
ebs_optimized: true
interface: public
Expand Down

0 comments on commit da8d610

Please sign in to comment.