Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

availability_zone is always b #215

Closed
rtacconi opened this issue Jan 21, 2016 · 2 comments
Closed

availability_zone is always b #215

rtacconi opened this issue Jan 21, 2016 · 2 comments

Comments

@rtacconi
Copy link

driver:
    name: ec2
    region: eu-west-1
    availability_zone: c
    instance_type: t2.micro # AWS Free Tier
    associate_public_ip: true
    subnet_id: <%= ENV['AWS_SUBNET_ID'] %>
    tags:
      created-by: 'test-kitchen'
      launched-by: <%= ENV['USER'] %>
      Name: 'test-kitchen bastion-cookbook <%= Time.now.strftime("%d/%m/%Y %H:%M") %>'

availability_zone is always b. It seems that it is lost in the way.

@rtacconi
Copy link
Author

I am using the latest version, sha1 d176816

@rtacconi
Copy link
Author

sorry I was wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant