Versions in this module Expand all Collapse all v0 v0.1.1 Nov 14, 2023 v0.1.0 Oct 2, 2023 Changes in this version + type State struct + func NewState(config *configs.Config) *State + func (c *State) AggregateCheckStatus(addr addrs.ConfigCheckable) Status + func (c *State) AllConfigAddrs() addrs.Set[addrs.ConfigCheckable] + func (c *State) ConfigHasChecks(addr addrs.ConfigCheckable) bool + func (c *State) ObjectAddrs(configAddr addrs.ConfigCheckable) addrs.Set[addrs.Checkable] + func (c *State) ObjectCheckStatus(addr addrs.Checkable) Status + func (c *State) ObjectFailureMessages(addr addrs.Checkable) []string + func (c *State) ReportCheckFailure(objectAddr addrs.Checkable, checkType addrs.CheckType, index int, ...) + func (c *State) ReportCheckResult(objectAddr addrs.Checkable, checkType addrs.CheckType, index int, ...) + func (c *State) ReportCheckableObjects(configAddr addrs.ConfigCheckable, objectAddrs addrs.Set[addrs.Checkable]) + type Status rune + const StatusError + const StatusFail + const StatusPass + const StatusUnknown + func StatusForCtyValue(v cty.Value) Status + func (i Status) String() string