Versions in this module Expand all Collapse all v1 v1.0.1 Aug 8, 2022 v1.0.0 Aug 8, 2022 Changes in this version + const DurationType + func New(primary interface{ ... }) tfsdk.Provider + type Duration struct + Null bool + Unknown bool + Value time.Duration + func (d Duration) Equal(other attr.Value) bool + func (d Duration) IsNull() bool + func (d Duration) IsUnknown() bool + func (d Duration) String() string + func (d Duration) ToTerraformValue(ctx context.Context) (tftypes.Value, error) + func (d Duration) Type(_ context.Context) attr.Type