diff options
author | John Keiser <john@johnkeiser.com> | 2016-08-24 15:34:45 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-08-24 15:34:45 -0700 |
commit | c95f41d804ac149cf69f8a8e87968ecfcb6ea5ed (patch) | |
tree | addcd1eb64d6c07643c6d7ed19041ffc3287faae /acceptance | |
parent | dced5fa9f21f73d61382731b3d5201676d10a40a (diff) | |
download | chef-c95f41d804ac149cf69f8a8e87968ecfcb6ea5ed.tar.gz |
Don't force an availability zone
Diffstat (limited to 'acceptance')
-rw-r--r-- | acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml b/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml index dfe3d888a0..209b7fa979 100644 --- a/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml +++ b/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml @@ -14,7 +14,6 @@ driver: aws_ssh_key_id: <%= ENV['AWS_SSH_KEY_ID'] || ENV['USER'] || ENV['USERNAME'] %> # test-specific stuff region: us-west-2 - availability_zone: a subnet_id: subnet-19ac017c security_group_ids: ["sg-e401eb83", "sg-96274af3"] instance_type: m3.large |