shy-author-33795
07/21/2021, 3:59 PMprovisioners.py
file without revision and I'm importing it in my __main__.py
with import provisioners
. I am using a dynamic provider to remote exec into a server with network access to an aurora cluster to run a MySQL command, show databases
. However, my program errors:
└─ pulumi-python:dynamic:Resource show-dbs 1 error
Diagnostics:
pulumi-python:dynamic:Resource (show-dbs):
error: Exception calling application: No module named 'provisioners'
I'm not sure what i'm doing wrong to make this module unavailable.billowy-army-68599
07/21/2021, 4:46 PMshy-author-33795
07/21/2021, 5:13 PMprovisioners.py
. Things have been working up until this pointbillowy-army-68599
07/21/2021, 5:20 PMshy-author-33795
07/21/2021, 5:24 PMred-match-15116
07/21/2021, 6:13 PMgreat-sunset-355
07/22/2021, 6:18 AM