-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Terraform CLI and Framework Versions
v0.3.1
Use Cases or Problem Statement
We'd appreciate if we could set some custom descriptions to inform the practitioners about the timeouts which are set by default.
Proposal
Add some more attributes to the timeouts.Opts struct that can be used to passthrough descriptions:
e.g.
"timeouts": timeouts.Attributes(ctx, timeouts.Opts{
Create: true,
CreateDescription: "Default: 30m",
// CreateMarkdownDescription: "",
}), Additional Information
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request