It seems like there's an error in the Python packa...
# python
m
It seems like there's an error in the Python package for
pulumi-terraform-template
. The Python SDK is generated with a package name of
pulumi_terraform-template
, which isn't a valid package name (I don't think). If I rename the dir in
./venv
to
pulumi_terraform_template
, it's importable and works as expected. Am I missing something? It seems like
pulumi-terraform-bridge
might only be converting the first hyphen to underscore when it generates the package name