Any ideas?
# python
p
Any ideas?
f
Might be the same as https://pulumi-community.slack.com/archives/CRH5ENVDX/p1601472296033600 — do you have
aws:region
configured?
p
That was it, thanks!
Sadly, now I am getting the following error:
File “/Users/jss/.pyenv/versions/3.8.2/envs/pulumi/lib/python3.8/site-packages/pulumi/runtime/invoke.py”, line 124, in do_invoke
return rpc.translate_output_properties(deserialized, lambda prop: prop, typ) if typ else deserialized
File “/Users/jss/.pyenv/versions/3.8.2/envs/pulumi/lib/python3.8/site-packages/pulumi/runtime/rpc.py”, line 440, in translate_output_properties
translated_values = {
File “/Users/jss/.pyenv/versions/3.8.2/envs/pulumi/lib/python3.8/site-packages/pulumi/runtime/rpc.py”, line 441, in <dictcomp>
k: translate_output_properties(v, output_transformer, get_type(k))
File “/Users/jss/.pyenv/versions/3.8.2/envs/pulumi/lib/python3.8/site-packages/pulumi/runtime/rpc.py”, line 464, in translate_output_properties
raise AssertionError(f”Unexpected type. Expected ‘list’ got ‘{typ}’“)
AssertionError: Unexpected type. Expected ‘list’ got ‘typing.Sequence[pulumi_aws.ecs.outputs.GetClusterSettingResult]’