``` pulumi:pulumi:Stack (gitlab-repos-dev): er...
# python
s
Copy code
pulumi:pulumi:Stack (gitlab-repos-dev):
    error: Program failed with an unhandled exception:
    error: Traceback (most recent call last):
      File "/usr/local/bin/pulumi-language-python-exec", line 85, in <module>
        loop.run_until_complete(coro)
      File "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
        return future.result()
      File "/Users/pawelmadon/git/qtx/arc/repos/venv/lib/python3.8/site-packages/pulumi/runtime/stack.py", line 83, in run_in_stack
        await run_pulumi_func(lambda: Stack(func))
      File "/Users/pawelmadon/git/qtx/arc/repos/venv/lib/python3.8/site-packages/pulumi/runtime/stack.py", line 51, in run_pulumi_func
        await RPC_MANAGER.rpcs.pop()
      File "/Users/pawelmadon/git/qtx/arc/repos/venv/lib/python3.8/site-packages/pulumi/runtime/rpc_manager.py", line 67, in rpc_wrapper
        result = await rpc
      File "/Users/pawelmadon/git/qtx/arc/repos/venv/lib/python3.8/site-packages/pulumi/runtime/resource.py", line 435, in do_register_resource_outputs
        serialized_props = await rpc.serialize_properties(outputs, {})
      File "/Users/pawelmadon/git/qtx/arc/repos/venv/lib/python3.8/site-packages/pulumi/runtime/rpc.py", line 71, in serialize_properties
        result = await serialize_property(v, deps, input_transformer)
      File "/Users/pawelmadon/git/qtx/arc/repos/venv/lib/python3.8/site-packages/pulumi/runtime/rpc.py", line 176, in serialize_property
        value = await serialize_property(output.future(), deps, input_transformer)
      File "/Users/pawelmadon/git/qtx/arc/repos/venv/lib/python3.8/site-packages/pulumi/runtime/rpc.py", line 163, in serialize_property
        return await serialize_property(future_return, deps, input_transformer)
      File "/Users/pawelmadon/git/qtx/arc/repos/venv/lib/python3.8/site-packages/pulumi/runtime/rpc.py", line 204, in serialize_property
        obj[transformed_key] = await serialize_property(v, deps, input_transformer)
      File "/Users/pawelmadon/git/qtx/arc/repos/venv/lib/python3.8/site-packages/pulumi/runtime/rpc.py", line 210, in serialize_property
        raise ValueError(f"unexpected input of type {type(value).__name__}")
    ValueError: unexpected input of type timedelta
    error: an unhandled error occurred: Program exited with non-zero exit code: 1