-
Notifications
You must be signed in to change notification settings - Fork 481
fix(lib): DEP0044 in TerraformOutput #3861
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
base: main
Are you sure you want to change the base?
Conversation
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes Have you signed the CLA already but the status is still pending? Recheck it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
6d39028
to
838ad15
Compare
838ad15
to
fbf71da
Compare
fbf71da
to
d2a55a6
Compare
Don't use deprecated `util.isArray`. Closes hashicorp#3860
d2a55a6
to
379f6be
Compare
@gabegorelick can you confirm if you've signed the CLA? The bot above is being ambiguous. |
I can confirm that I've signed the CLA. |
Is there anything I can do to help get this merged? This deprecation warning is quite annoying. |
should this be checking to see whether it should use the old or new ? |
No. There are already dozens of unconditional uses of |
The inability to get this simple fixed merged is quite depressing. It makes me question the health of terraform-cdk going forward. |
Thanks for your efforts 🫡 |
Don't use deprecated
util.isArray
.Closes #3860
Related issue
Fixes #3860
Description
util.isArray
is deprecated in favor ofArray.isArray
.Checklist