Documentation ¶
Index ¶
Constants ¶
View Source
const (
TypeDuration = schema.TypeString
)
View Source
const (
TypeRFC3339Duration = schema.TypeString
)
Variables ¶
This section is empty.
Functions ¶
func ValidateDuration ¶
func ValidateDuration(i any, path cty.Path) diag.Diagnostics
func ValidateDurationBetween ¶
func ValidateDurationBetween(min, max time.Duration) schema.SchemaValidateDiagFunc
func ValidateRFC3339Duration ¶
func ValidateRFC3339Duration(i any, path cty.Path) diag.Diagnostics
Types ¶
type RFC3339Duration ¶
type RFC3339Duration string
func (RFC3339Duration) IsNull ¶
func (d RFC3339Duration) IsNull() bool
Click to show internal directories.
Click to hide internal directories.