This message was deleted.
# general
s
This message was deleted.
s
We typically update shortly after each upstream Terraform provider release to include new things there.
d
How often does Terraform release?
s
Historically every few weeks, but that has been affected by the lead up to 0.12, as has the overall provider maintenance somewhat, so has slowed down a bit
d
Thanks for the info. If I were to implement this as a terraform provider, are there docs on how to go about generating the appropriate Pulumi things for TypeScript? Or would it be easier for me to directly implement a dynamic provider in TypeScript by hand?
(operating on the assumption that I’m willing to put in some elbow grease rather than wait)
s
So if it gets upstreamed and into a release, it will be handled via the mapping in
resources.go
in
pulumi/pulumi-aws
when it gets released.
If you want it before that, it will likely be quicker to do a dynamic resource
d
šŸ‘šŸ» will give it a go. thanks again