Versions in this module Expand all Collapse all v1 v1.1.3 Dec 29, 2021 Changes in this version + const ConfigDrivenMove + const ModuleVariableOptionalAttrs + const SuppressProviderSensitiveAttrs + const VariableValidation + func OverrideForTesting(t *testing.T, current Set, concluded map[Experiment]string) func() + type ConcludedError struct + ExperimentName string + Message string + func (e ConcludedError) Error() string + type Experiment string + func GetCurrent(name string) (Experiment, error) + func (e Experiment) IsConcluded() bool + func (e Experiment) IsCurrent() bool + func (e Experiment) Keyword() string + type Set map[Experiment]struct + func NewSet(exps ...Experiment) Set + func SetUnion(sets ...Set) Set + func (s Set) Add(exp Experiment) + func (s Set) Has(exp Experiment) bool + func (s Set) Remove(exp Experiment) + type UnavailableError struct + ExperimentName string + func (e UnavailableError) Error() string