v1.0.3
What's Changed by @arielsepton
- Enhanced Nested JSON Handling: The
Contains
function now correctly handles nested JSON structures, ensuring more accurate state comparisons for resources with complex JSON data. - Added test cases for the
Contains
function, including tests for various nested JSON structures. Verified that the modified function performs as expected with these test cases.
Tests include scenarios for nested JSON structures, exact matches, partial matches, and mismatches.
Impact
Enhanced State Management: This release significantly improves the provider's ability to maintain the desired state by accurately tracking changes in resources with nested JSON structures.