Expanded string manipulation functions and cleaned up component examples
35 files · 1,187+ · 3,240-

String manipulation expansion

1 file changed
  • string_manipulation.py Added 230+ lines of new string processing functions for the Terraform provider
  • Expanded string_manipulation.py with new string processing functions for the Terraform provider instantiate behavioral
    1 file
    • string_manipulation.py

Component data source and function updates

5 files changed
  • http_api.py Improved HTTP API data source handling
  • collection_functions.py Refined collection function implementations
  • numeric_functions.py Refined numeric function implementations
  • file_content.py Minor fix to file content resource
  • private_state_verifier.py Small corrections to private state verifier
  • Updated http_api.py data source with improved handling decouple internal
    1 file
    • http_api.py
  • Refined collection_functions.py and numeric_functions.py implementations decouple internal
    2 files
    • collection_functions.py
    • numeric_functions.py
  • Minor fix to file_content.py and private_state_verifier.py remediate internal
    2 files
    • file_content.py
    • private_state_verifier.py

Example and documentation cleanup

3 files changed
  • basic.tf Cleaned up bloated example Terraform files
  • basic.tf Reduced excessive example content
  • basic.tf Simplified example Terraform configuration
  • Removed bloated Terraform example files and outdated documentation templates across multiple components decouple internal
    3 files
    • basic.tf
    • basic.tf
    • basic.tf

Dependency updates

1 file changed
  • uv.lock Updated lockfile with dependency changes