This message was deleted.
# aws
s
This message was deleted.
g
Did you ever figure this out? I am having the exact same issue. Every other time it pretends to work. When I get an error it complains about the version:
~ version   : 1 => output<string>
In case anyone else has this error, there are workarounds. See https://github.com/pulumi/pulumi-aws/issues/1784 - the gist is you create the prefix list with no entries. After it is created, you add entries one at a time using something like `new ManagedPrefixListEntry(
${name}-e1
,{prefixListId: <prefix list id>, cidr: '123.123.123.123/32'})`