Versions in this module Expand all Collapse all v0 v0.11.0-beta1 Nov 3, 2017 v0.10.8 Oct 25, 2017 Changes in this version + type Attribute struct + Computed bool + Optional bool + Required bool + Sensitive bool + Type cty.Type + type Block struct + Attributes map[string]*Attribute + BlockTypes map[string]*NestedBlock + func (b *Block) DecoderSpec() hcldec.Spec + func (b *Block) ImpliedType() cty.Type + func (b *Block) InternalValidate() error + type NestedBlock struct + MaxItems int + MinItems int + Nesting NestingMode + type NestingMode int + const NestingList + const NestingMap + const NestingSet + const NestingSingle + func (i NestingMode) String() string