pyvider
2024-12-23
Refined resource change handlers with improved state management
7 files · 242+ · 204-
Refined apply and plan resource change handlers
2 files changed
apply_resource_change.pyCleaner state management during creation, update, and deletion (171 lines changed)plan_resource_change.pyImproved plan computation for proposed new state (128 lines changed)
- Refactored apply handler with cleaner state management during resource creation, update, and deletion
streamline
internal
1 file
apply_resource_change.py
- Refactored plan handler with improved computation for proposed new state
streamline
internal
1 file
plan_resource_change.py
Improved file content resource with better state handling
2 files changed
file_content.pyMultiple iterations improving state handling, error management, and attribute processingprovider.tfUpdated resource count and content format
- Improved file content resource state handling, error management, and attribute processing through multiple iterations
streamline
internal
1 file
file_content.py
- Updated example provider.tf with adjusted resource count and content format
baseline
internal
1 file
provider.tf
Fixed dynamic value handling
1 file changed
dynamic_value.pyMinor fixes to dynamic value processing