rich-whale-93740
09/06/2023, 6:55 PMiam
project. They are later used by infra
project.billowy-army-68599
salmon-account-74572
09/06/2023, 7:57 PMrich-whale-93740
09/06/2023, 8:12 PMiac_admin_role_arns = {}
for account in ACCOUNTS:
iac_admin_role_arns[str(account)] = <role arn Output>
pulumi.export("iac-admin-role-arns", iac_admin_role_arns)
This throws:
k: await serialize_property(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/dennispan/code/iac/iam/venv/lib/python3.11/site-packages/pulumi/runtime/rpc.py", line 562, in serialize_property
raise ValueError(f"unexpected input of type {type(value).__name__}")
ValueError: unexpected input of type dict_values
billowy-army-68599
rich-whale-93740
09/06/2023, 9:56 PM.values()
on the dict and passed that to where a list
is expected. Thanks for taking a look!