-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core: cdk.json "qualifier" ignored #28249
core: cdk.json "qualifier" ignored #28249
Comments
|
Did you mean |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Yeah, I'd expect it to use the value in |
When doing a cdk synth or cdk deploy using the cdk version "2.123.0 (build a594112)", this is being ignored and breaks our deployments: "context": { Please fix this problem. |
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Describe the bug
Setting
qualifier
attribute incdk.json
appears to not have any impact on runningcdk bootstrap
as it continues to use the default qualifier.Expected Behavior
Setting the
qualifier
attribute incdk.json
should behave the same as runningcdk bootstrap --qualifier <QUALIFIER_VALUE>
.Current Behavior
Running
cdk bootstrap
does not inherit thequalifier
value stored incdk.json
Reproduction Steps
Add a
qualifier
value tocdk.json
:Run
cdk bootstrap
and observe resources being created using the default qualifier.Possible Solution
Unkown, I'd assume the CLI should plug in the qualifier value from
cdk.json
if not explicitly provided as an option to the command.Additional Information/Context
No response
CDK CLI Version
2.113.0 (build ccd534a)
Framework Version
No response
Node.js Version
v20.9.0
OS
OSX 13.6 (22G120)
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: