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.py Cleaner state management during creation, update, and deletion (171 lines changed)
  • plan_resource_change.py Improved 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.py Multiple iterations improving state handling, error management, and attribute processing
  • provider.tf Updated 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.py Minor fixes to dynamic value processing
  • Fixed minor issues in dynamic value processing remediate internal
    1 file
    • dynamic_value.py