tf2pulumi | Error: no resource plugin 'template' found in the workspace or on your $PATH
Closed this issue · 2 comments
deepakjd2004 commented
I am trying to convert existing terraform files to pulumi using tf2pulumi.
bash-3.2$ tf2pulumi --target-language python
error: no resource plugin 'template' found in the workspace or on your $PATH
Tried ignoring missing plugin but no luck
bash-3.2$ tf2pulumi --allow-missing-plugins --target-language python
error: no resource plugin 'template' found in the workspace or on your $PATH
leezen commented
Have tried running pulumi plugin install resource terraform-template 0.16.0
?
deepakjd2004 commented