few-pillow-1133
09/23/2024, 7:18 AM...
cloud_formation = aws.cloudformation.get_stack(
name=cloud_formation_config['name']
)
...
Getting this on pulumi up
for aws, without stating the actual invalid/unknown key
Exception: invoke of aws:cloudformation/getStack:getStack failed: invocation of aws:cloudformation/getStack:getStack returned an error: could not validate provider configuration: 1 error occurred:
* Invalid or unknown key
Any idea what might be causing this?enough-garden-22763
09/25/2024, 8:02 PM