terraform/config/configschema
Martin Atkins b91bd62747 config/configschema: Sensitive flag for attributes
We don't currently have any need for this information, but we're
propagating it out of helper/schema here pre-emptively so that once we
later have a use for it we will not need to rebuild the providers to gain
access to it.

The long-term expected use-case for this is to have Terraform Core use
static analysis techniques to trace the path of sensitive data through
interpolations so that intermediate results can be flagged as sensitive
too, but we have a lot more work to do before such a thing would actually
be possible.
2017-10-04 16:35:11 -07:00
..
decoder_spec.go config/configschema: Block.ImpliedType delegates to zcldec 2017-10-04 16:35:11 -07:00
decoder_spec_test.go config/configschema: Block.DecoderSpec 2017-10-04 16:35:11 -07:00
doc.go config/configschema: stub out initial API 2017-10-04 16:35:11 -07:00
implied_type.go config/configschema: Block.ImpliedType delegates to zcldec 2017-10-04 16:35:11 -07:00
implied_type_test.go config/configschema: Block.ImpliedType method 2017-10-04 16:35:11 -07:00
internal_validate.go config/configschema: InternalValidate for blocks 2017-10-04 16:35:11 -07:00
internal_validate_test.go config/configschema: InternalValidate for blocks 2017-10-04 16:35:11 -07:00
nestingmode_string.go config/configschema: stub out initial API 2017-10-04 16:35:11 -07:00
schema.go config/configschema: Sensitive flag for attributes 2017-10-04 16:35:11 -07:00