the interesting bit is I see the apps submodule in...
# python
b
the interesting bit is I see the apps submodule in venv
g
You should be able to do
from pulumi_kubernetes.apps.v1 import Deployment
for now
There’s an open issue somewhere for supporting the syntax you tried first
i
Levi is right - here’s the issue/PR: https://github.com/pulumi/pulumi-terraform/pull/356
b
Good to know I wasn't going insane