Weird `required configuration keys were missing` error
See original GitHub issueHi all,
not sure if this is a bug but…
When I don’t have config.aws:xyz
in my Pulumi.{STACK}.yaml
, I get the following error:
So basically, I’m forced to set something into it, just to avoid the error.
BTW, the versions are (my package.json
):
And the CLI version is 2.11.2
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Error when pushing to Heroku: Figaro::MissingKeys: Missing ...
I am using Figaro to manage my credentials and am not sure why the key is not getting picked up. In figaro.rb: Figaro.require_keys('config....
Read more >The boot configuration data for your PC is missing or contains ...
When I got home from school I booted up my PC and found an error message. I cannot access my desktop. My PC...
Read more >Rover CLI error codes - Apollo GraphQL Docs
This error occurs when trying to run a command that needs to use a configuration profile or an API key, but none are...
Read more >Issue reading yml/yaml files from a spring boot app inside IntelliJ
Hello, I came with a very weird issue with IntelliJ, ... Do you mean that the configuration keys are highlighted as unknown?
Read more >Missing required client configuration options: region While ...
Have tested it using the new keys but error still remains same. I guess variable name changes in this regard doesn't matter. Whatever...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @doitadrian
The issue is because you have not set
aws:region
I have an issue opened in the underlying bridge to fix this - https://github.com/pulumi/pulumi-terraform-bridge/issues/282
I hope this makes sense
Paul
This is linked to #1158