Hi. I'm trying to create my first pulumi infra as ...
# general
r
Hi. I'm trying to create my first pulumi infra as a code - having github repos managed as a code in yaml. I'm playing on my arch linux with pulumi 3.112.0 and I have some issues:
Copy code
error: failed to load language plugin yaml: no language plugin 'pulumi-language-yaml' found in the workspace or on your $PATH
This is a bit contraction to "All you need to use Pulumi YAML is the Pulumi CLI." Any clue what I'm missing. I'm getting this error on
pulumi new
if I select
github-yaml
.
m
I think I’ve heard of issues with automatic plugins installation with Arch, but I’m not an Arch user so I can’t confirm. Maybe @echoing-dinner-19531 knows?
e
yup the language plugins aren't all included in the community arch install. You're probably better off installing from the .tar.gzs on pulumi.com.
r
Yes. Did just that and resolved the issue. Thanks for responding.
🙌 1