You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform Provider functions were announced with Terraform 1.8 on April 10, 2024 and I don't see any information about supporting provider functions in terraform-for-cdk.
For example the terraform-provider-awsarn_parse function isn't available (searched using grep in the pre-generated Typescript code).
I believe this affects several components, but it starts in provider-schema component.
Then additional support will need to be lib component to actually use the Provider functions in target languages
References
No response
Help Wanted
I'm interested in contributing a fix myself
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
The text was updated successfully, but these errors were encountered:
Description
Terraform Provider functions were announced with Terraform 1.8 on April 10, 2024 and I don't see any information about supporting provider functions in terraform-for-cdk.
For example the
terraform-provider-aws
arn_parse function isn't available (searched usinggrep
in the pre-generated Typescript code).I believe this affects several components, but it starts in
provider-schema
component.terraform-cdk/packages/@cdktf/provider-schema/src/provider-schema.ts
Lines 245 to 250 in 6b78c57
and
terraform-cdk/packages/@cdktf/commons/src/provider-schema.ts
Lines 18 to 22 in 6b78c57
Then additional support will need to be
lib
component to actually use the Provider functions in target languagesReferences
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: