https://pulumi.com logo
#general
Title
# general
n

nice-beard-8082

11/11/2023, 4:42 AM
python3.11/site-packages/pulumi/runtime/stack.py", line 160, in init func() TypeError: 'coroutine' object is not callable
a

adorable-area-44034

11/12/2023, 12:47 PM
According to the error, it seems clear that you are trying to call an
object
that cannot be called:
TypeError: 'coroutine' object is not callable
See here for more info: https://docs.python.org/3/glossary.html#term-callable https://docs.python.org/3/library/functions.html?highlight=callable#callable https://stackoverflow.com/a/21324981
2 Views