pyvider
2025-03-10
Rewrote `EnvVariablesDataSource` with enhanced filtering options (case sensitivity, key/value...
36 files · 7,868+ · 1,426-
EnvVariablesDataSource Rewrite
1 file changed
env_variables.pyChanges to env_variables.py
- Expanded
EnvVariablesConfigwith new fields:exclude_empty,case_sensitive,transform_keys(none/lower/upper/replace),transform_values(none/lower/upper/base64) instantiate internal1 file
env_variables.py
- Replaced direct Schema/Attribute construction with pvfactory helpers
interface
internal
1 file
env_variables.py
Schema Factory (pvfactory)
1 file changed
pyvider.schema.pvfactoryUpdated pyvider.schema.pvfactory
- Introduced
pyvider.schema.pvfactorymodule with helper functions for building Terraform schemas declaratively interface internal1 file
pyvider.schema.pvfactory
a_str(),a_bool(),a_list(),a_map(),a_num()for attribute construction decouple internal33 files
complete_terraform_integration.pydebug_schema.pyschema_converter.pyschema_examples.pyschema_lifecycle.pyschema_showcase.pyschema_state_validator.pyschema_transformer.pyterraform_lifecycle_example.pyterraform_state_schema_generator.pyterraform_state_schema_model.pyREADME.mdattribute_path.pyattribute_value.pyattributes.pybase.pyblocks.pydefinition.pypvattrs.pypvfactory.pyschemas.pytransforms.pytypes.pyutils.pyvalidation.pyconftest.pytest_schema_adapter_integration.pytest_schema_basics.pytest_schema_conversion.pytest_schema_lifecycle.pytest_schema_terraform_state.pytest_schema_types.pytest_schema_validation.py
s_data_source()for building complete data source schemas decouple internal33 files
complete_terraform_integration.pydebug_schema.pyschema_converter.pyschema_examples.pyschema_lifecycle.pyschema_showcase.pyschema_state_validator.pyschema_transformer.pyterraform_lifecycle_example.pyterraform_state_schema_generator.pyterraform_state_schema_model.pyREADME.mdattribute_path.pyattribute_value.pyattributes.pybase.pyblocks.pydefinition.pypvattrs.pypvfactory.pyschemas.pytransforms.pytypes.pyutils.pyvalidation.pyconftest.pytest_schema_adapter_integration.pytest_schema_basics.pytest_schema_conversion.pytest_schema_lifecycle.pytest_schema_terraform_state.pytest_schema_types.pytest_schema_validation.py
CTY Dynamic Test
1 file changed
test_cty_structural_dynamic.pyAdded `tests/pile/test_cty_structural_dynamic.py` (126 lines) for testing dynamic CTY type operat...