Support timeouts
attribute from the codegen framework
#143
Labels
enhancement
New feature or request
timeouts
attribute from the codegen framework
#143
Use Cases or Problem Statement
Terraform lets you set
timeouts
in your resource configuration. However, the Terraform Plugin Codegen Framework doesn't have a way to addtimeouts
in theprovider_code_spec.json
file. This means the framework can't generate code that looks like this:I don't think the framework has built-in support for
timeouts
. I'm curious if there is an alternative approach or workaround that would allow me to includetimeouts
. Is it possible to use dynamic types, object types, or any other method to readtimeouts
value from the resource definition?Proposal
Modify JSON schema to include special
timeouts
type.Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: