late-diamond-18080
08/29/2024, 8:51 AMTraceback (most recent call last):
File "/home/vscode/.pulumi/bin/pulumi-language-python-exec", line 191, in <module>
loop.run_until_complete(coro)
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/vscode/.local/lib/python3.11/site-packages/pulumi/runtime/stack.py", line 142, in run_in_stack
await run_pulumi_func(run)
File "/home/vscode/.local/lib/python3.11/site-packages/pulumi/runtime/stack.py", line 56, in run_pulumi_func
await wait_for_rpcs()
File "/home/vscode/.local/lib/python3.11/site-packages/pulumi/runtime/stack.py", line 89, in wait_for_rpcs
raise exn from cause
File "/home/vscode/.local/lib/python3.11/site-packages/pulumi/runtime/stack.py", line 81, in wait_for_rpcs
await rpc_manager.rpcs.pop()
Exception: Unexpected <class 'KeyError'>: 'tags'
I guess it means that aws-native resources doesn't have args.props["tags"]
property, probably written in another way (Tags ?), but even with the debugger I'm not able to get the content of args.props
when the resource is from AWS Native.
Any help on this ? Is transformations/transforms supported by AWS Native ?
Many thanks beforehand ! 🙏cuddly-nightfall-71097
09/04/2024, 7:43 AMpropagateAtLaunch
property in tags, in addition to key and value).