quick-wolf-8403
06/02/2022, 9:47 PMk: await serialize_property(
File "/home/a/.cache/pypoetry/virtualenvs/nocap-api-tm7b1NnF-py3.10/lib/python3.10/site-packages/pulumi/runtime/rpc.py", line 450, in serialize_property
raise ValueError(f"unexpected input of type {type(value).__name__}")
ValueError: unexpected input of type tuple
api_resources = (
cloudrun.ServiceTemplateSpecContainerResourcesArgs(
limits={
"cpu": config.get("resources.cpu") or "1",
"memory": config.get("resources.memory") or "1Gi",
},
),
)
into GCP's Cloud Run container.black
was autoformatting on save to add the parens.