refactor(image): move image data sources to Plugin Framework#1448
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1448 +/- ##
==========================================
+ Coverage 73.00% 73.15% +0.15%
==========================================
Files 113 115 +2
Lines 12639 12751 +112
==========================================
+ Hits 9227 9328 +101
- Misses 2343 2344 +1
- Partials 1069 1079 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
The upgrade tests are failing, because of a difference between the versions. Some of the diffs are expected, but some other I don't know if we want fix the values or stay backward compatible at all costs. For the users provided options, I think its fine to change them. For the |
|
I think the shown changes are fine, all are basically the same in the terraform type system. For the |
Data sources do not support defaults. I was only able to document the defaults in the markdown description, and set the default in the code directly. I'd argue because it is a user input used to filter the result, it is fine to have null when it is unset. |
5387c1e to
78aeb61
Compare
Related to #752