feat: Add support for multi var/envvars in repos#2637
feat: Add support for multi var/envvars in repos#2637bradam12 wants to merge 11 commits intointegrations:mainfrom
Conversation
|
@kfcampbell @nickfloyd for your review! |
|
Hey @bradam12 👋 Thank you for your contribution! Could you describe your need here in more detail? |
It's fairly documented in #2526. Reads can be done in one API call (per 100 variables), so future plans are much quicker and burn less API calls. Applys still write one at a time. |
|
Hmm, I see. I understand that the read can be quite consuming of the API rate. The implementation you proposed here has me worried that failures in one API call will leave the resource in an wonky state. |
|
While this might reduce the amount of API calls in some situations, the implementation is not something that the provider can support. Thanks for the contribution! |
Resolves #2526
Before the change?
N/A (new feature)
After the change?
Pull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!