pyvider 2025-04-16
Minor reorganization of component directory structure, moving data sources and resources between...
8 files · 21+ · 22-

Component Directory Shuffling

10 files changed
  • env_variables.py Moved `env_variables.py`, `file_info.py`, `http_api.py` from `disabled/data_resources/` back to `...
  • file_info.py Moved `env_variables.py`, `file_info.py`, `http_api.py` from `disabled/data_resources/` back to `...
  • http_api.py Moved `env_variables.py`, `file_info.py`, `http_api.py` from `disabled/data_resources/` back to `...
  • data_resources Moved `env_variables.py`, `file_info.py`, `http_api.py` from `disabled/data_resources/` back to `...
  • data_sources Moved `env_variables.py`, `file_info.py`, `http_api.py` from `disabled/data_resources/` back to `...
  • dynamic_config.py Moved `dynamic_config.py` from active resources to `disabled/resources/`
  • resources Moved `dynamic_config.py` from active resources to `disabled/resources/`
  • file_content.py Moved `file_content.py` from `disabled/resources/` back to active `resources/`
  • resources Moved `file_content.py` from `disabled/resources/` back to active `resources/`
  • __init__.py Created placeholder `__init__.py` files for `disabled/data_resources/` and `resources/`
  • Moved env_variables.py, file_info.py, http_api.py from disabled/data_resources/ back to data_sources/ decouple internal
    5 files
    • env_variables.py
    • file_info.py
    • http_api.py
    • data_resources
    • data_sources
  • Moved dynamic_config.py from active resources to disabled/resources/ decouple internal
    2 files
    • dynamic_config.py
    • resources
  • Moved file_content.py from disabled/resources/ back to active resources/ decouple internal
    3 files
    • file_content.py
    • resources
    • resources
  • Created placeholder __init__.py files for disabled/data_resources/ and resources/ decouple internal
    3 files
    • __init__.py
    • data_resources
    • resources

Test Configuration Update

1 file changed
  • dynamic_config_test.tf Simplified `dynamic_config_test.tf` with reduced test cases
  • Simplified dynamic_config_test.tf with reduced test cases qualify internal
    1 file
    • dynamic_config_test.tf