Also, is possible to use Ruby on Pulumi to create ...
# general
w
Also, is possible to use Ruby on Pulumi to create our own code ?. Please, show me how. 🙏
f
ruby is not a supported language: https://www.pulumi.com/docs/intro/languages/
and there's no DSL like HCL, if you want to use pulumi you kind of need to use it within the context of one of the supported languages
A lot of the Pulumi providers are based on Terraform providers and have the same API. If you want something like HCL for Pulumi, you should probably just stick with Terraform
There's a tracking issue for Ruby support here: https://github.com/pulumi/pulumi/issues/132
m
my advice for rubyists is to use typescript for now; if you already have typescript as part of your frontend that's probably the more natural choice
👍 1
i'd also like to see ruby support at some point, would be a great thing to have