Description
Update provider schema parser to support new terraform features.
|
export interface Provider { |
|
provider: Schema; |
|
resource_schemas: { [type: string]: Schema }; |
|
data_source_schemas: { [type: string]: Schema }; |
|
} |
Probably want to update the terraform versions we test against first
References
No response
Help Wanted
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Update provider schema parser to support new terraform features.
terraform-cdk/packages/@tcons/commons/src/provider-schema.ts
Lines 18 to 22 in 5abf8e2
Probably want to update the terraform versions we test against first
References
No response
Help Wanted
Community Note