``` error: Program failed with an unhandled exce...
# python
b
Copy code
error: Program failed with an unhandled exception:
    error: Traceback (most recent call last):
      File "/root/.pulumi/bin/pulumi-language-python-exec", line 85, in <module>
        loop.run_until_complete(coro)
      File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
        return future.result()
      File "/project-factory/venv/lib/python3.7/site-packages/pulumi/runtime/stack.py", line 34, in run_in_stack
        Stack(func)
      File "/project-factory/venv/lib/python3.7/site-packages/pulumi/runtime/stack.py", line 93, in __init__
        func()
      File "/root/.pulumi/bin/pulumi-language-python-exec", line 84, in <lambda>
        coro = pulumi.runtime.run_in_stack(lambda: runpy.run_path(args.PROGRAM, run_name='__main__'))
      File "/usr/lib/python3.7/runpy.py", line 280, in run_path
        run_name, mod_spec, pkg_name).copy()
      File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
        exec(code, run_globals)
      File "./__main__.py", line 54, in <module>
        a.prj_create()
      File "./__main__.py", line 38, in prj_create
        self.enable_service()
      File "./__main__.py", line 49, in enable_service
        gcp.projects.Service("project_services",project=self.project_id,service=service,opts=pulumi.ResourceOptions(depends_on=self.project))
      File "/project-factory/venv/lib/python3.7/site-packages/pulumi/resource.py", line 340, in __init__
        for dep in depends_on:
    TypeError: 'Project' object is not iterable
    error: an unhandled error occurred: Program exited with non-zero exit code: 1