This message was deleted.
# general
s
This message was deleted.
m
but it very much doesn’t like that
What happens? Is there an error?
i
Apologies, weekend happened ;) Yes, there's an error, and a traceback:
Copy code
Diagnostics:
  pulumi:pulumi:Stack (openotp-test-somestack):
    error: Program failed with an unhandled exception:
    error: Traceback (most recent call last):
      File "/home/user/.pulumi/bin/pulumi-language-python-exec", line 85, in <module>
        loop.run_until_complete(coro)
      File "/usr/lib64/python3.8/asyncio/base_events.py", line 616, in run_until_complete
        return future.result()
      File "/tmp/openotp-test/venv/lib64/python3.8/site-packages/pulumi/runtime/stack.py", line 83, in run_in_stack
        await run_pulumi_func(lambda: Stack(func))
      File "/tmp/openotp-test/venv/lib64/python3.8/site-packages/pulumi/runtime/stack.py", line 35, in run_pulumi_func
        func()
      File "/tmp/openotp-test/venv/lib64/python3.8/site-packages/pulumi/runtime/stack.py", line 83, in <lambda>
        await run_pulumi_func(lambda: Stack(func))
      File "/tmp/openotp-test/venv/lib64/python3.8/site-packages/pulumi/runtime/stack.py", line 108, in __init__
        self.register_outputs(massage(self.outputs, []))
      File "/tmp/openotp-test/venv/lib64/python3.8/site-packages/pulumi/runtime/stack.py", line 154, in massage
        result[key] = massage(value, seen)
      File "/tmp/openotp-test/venv/lib64/python3.8/site-packages/pulumi/runtime/stack.py", line 153, in massage
        if not key.startswith("_"):
    TypeError: 'Output' object is not callable
    error: an unhandled error occurred: Program exited with non-zero exit code: 1