InQuicker / kaws

Create and manage Kubernetes clusters on AWS using Terraform.
MIT License
132 stars 11 forks source link

Handle `IamProvider` breaking change in rusoto #10

Closed indiv0 closed 7 years ago

indiv0 commented 7 years ago

Hello, just thought I should notify you that there's been a breaking change in rusoto (https://github.com/rusoto/rusoto/pull/435) which affects your project. Particularly, IamProvider has been renamed to InstanceMetadataProvider.

You'll need to change the references to IamProvider here once you update to rusoto 0.20.0. :)

Although that being said it looks like you're still on rusoto 0.13.0, so this won't affect you if you choose to stay on that version.

jimmycuadra commented 7 years ago

Thanks for the heads up!

matthewkmayer commented 7 years ago

I think this has been tackled since kaws is on Rusoto 0.27.0. 😄