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

Update existing resources to AWS SDK V2 #227

Open
tyler-ball opened this issue Jun 16, 2015 · 3 comments
Open

Update existing resources to AWS SDK V2 #227

tyler-ball opened this issue Jun 16, 2015 · 3 comments
Labels
Triage: Confirmed Indicates and issue has been confirmed as described.

Comments

@tyler-ball
Copy link
Contributor

This depends on #216

TODO: Create a check list of resources/providers that need to be updated to leverage the V2 SDK instead of the V1. Ensure each resource we update has tests written before updating so we can verify that the update does not break existing resources.

@christinedraper
Copy link
Contributor

Is there a way to tell which resources are using V2 API vs V1? I just got caught out because aws_autoscaling_group is still on V1...

@tyler-ball
Copy link
Contributor Author

@christinedraper Unfortunately not :( The aws_sdk_type will start with Aws instead of AWS like in aws_iam_role. So the best way I do it is with a ctrl+f on the code base and search for ::Aws::

@christinedraper
Copy link
Contributor

That counts as 'a way to tell'. Thanks!

@tas50 tas50 added Triage: Confirmed Indicates and issue has been confirmed as described. and removed Status: Confirmed labels Dec 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Triage: Confirmed Indicates and issue has been confirmed as described.
Development

No branches or pull requests

3 participants