opentofu/internal/configs/configschema
James Bardin 43100fbe39 handle nested types in StaticValidateTraversal
The StaticValidateTraversal code was not taking into account nested
structural types. Rather than create more special cases for checking
Type vs NestedType, we move the ImpliedType method up to the Attribute
to ensure both are used to generate the final type spec.
2022-08-04 17:17:00 -04:00
..
coerce_value_test.go handle NestedTypes in Block.CoerceValue 2021-09-14 16:02:50 -04:00
coerce_value.go handle NestedTypes in Block.CoerceValue 2021-09-14 16:02:50 -04:00
decoder_spec_test.go configs/configschema: fix missing "computed" attributes from NestedObject's ImpliedType (#29172) 2021-07-15 13:00:07 -04:00
decoder_spec.go remove usage of MinItems/MaxItems 2021-09-24 12:26:00 -04:00
doc.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
empty_value_test.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
empty_value.go handle nested types in StaticValidateTraversal 2022-08-04 17:17:00 -04:00
implied_type_test.go configs: Add sensitive marks for nested attributes 2021-11-25 11:55:17 -05:00
implied_type.go handle nested types in StaticValidateTraversal 2022-08-04 17:17:00 -04:00
internal_validate_test.go remove usage of MinItems/MaxItems 2021-09-24 12:26:00 -04:00
internal_validate.go handle nested types in StaticValidateTraversal 2022-08-04 17:17:00 -04:00
marks_test.go configs: Add sensitive marks for nested attributes 2021-11-25 11:55:17 -05:00
marks.go configs: Add sensitive marks for nested attributes 2021-11-25 11:55:17 -05:00
nestingmode_string.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
none_required.go Move configs/ to internal/configs/ 2021-05-17 14:09:07 -07:00
path_test.go configs/configschema: extend block.AttributeByPath to descend into Objects (#29222) 2021-07-22 09:45:33 -04:00
path.go configs/configschema: extend block.AttributeByPath to descend into Objects (#29222) 2021-07-22 09:45:33 -04:00
schema.go remove usage of MinItems/MaxItems 2021-09-24 12:26:00 -04:00
validate_traversal_test.go handle nested types in StaticValidateTraversal 2022-08-04 17:17:00 -04:00
validate_traversal.go handle nested types in StaticValidateTraversal 2022-08-04 17:17:00 -04:00