ansible-community / molecule-plugins

Collection on molecule plugins
MIT License
109 stars 73 forks source link

pass vpc_subnet_id explicitly to avoid amazon.aws error #199

Closed danielpodwysocki closed 10 months ago

danielpodwysocki commented 10 months ago

The upstream code there can call their get_default_vpc(), which will fail if our users do not have one in their AWS account.

It is common practice to remove it and build a more restricted one - causing errors for users that do so.

ref #46

danielpodwysocki commented 10 months ago

Test failures look unrelated - they are flagging duplicate test names on the current state of the repo.

zhan9san commented 10 months ago

@danielpodwysocki

Thanks for your contribution. LGTM