terraform/configs/configschema
James Bardin 731d4226d3 do not validate Min/Max Items in CoerceValue
Due to both the nature of dynamic blocks, and the need for resources to
sometimes communicate incomplete values, we cannot validate MinItems and
MaxItems in CoerceValue.
2019-08-20 10:13:15 -04:00
..
coerce_value.go do not validate Min/Max Items in CoerceValue 2019-08-20 10:13:15 -04:00
coerce_value_test.go do not validate Min/Max Items in CoerceValue 2019-08-20 10:13:15 -04:00
decoder_spec.go don't check MinItems with unknowns in blocks 2019-07-27 11:50:28 -07:00
decoder_spec_test.go don't check MinItems with unknowns in blocks 2019-07-27 11:50:28 -07:00
doc.go move "configschema" from "config" to "configs" 2018-10-16 18:50:29 -07:00
empty_value.go configs/configschema: Introduce the NestingGroup mode for blocks 2019-04-10 14:53:52 -07:00
empty_value_test.go configs/configschema: Introduce the NestingGroup mode for blocks 2019-04-10 14:53:52 -07:00
implied_type.go plans/objchange: Hide sensitive attribute values in error messages 2019-02-11 17:26:50 -08:00
implied_type_test.go move "configschema" from "config" to "configs" 2018-10-16 18:50:29 -07:00
internal_validate.go configs/configschema: Introduce the NestingGroup mode for blocks 2019-04-10 14:53:52 -07:00
internal_validate_test.go plans/objchange: logic for merging prior state with config 2018-10-16 19:11:09 -07:00
nestingmode_string.go configs/configschema: Introduce the NestingGroup mode for blocks 2019-04-10 14:53:52 -07:00
none_required.go move "configschema" from "config" to "configs" 2018-10-16 18:50:29 -07:00
schema.go configs/configschema: Introduce the NestingGroup mode for blocks 2019-04-10 14:53:52 -07:00
validate_traversal.go configs/configschema: Introduce the NestingGroup mode for blocks 2019-04-10 14:53:52 -07:00
validate_traversal_test.go configs/configschema: Block.StaticValidateTraversal method 2018-11-26 08:25:03 -08:00