Skip to content
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

fix: correctly handle if version constraint is defined as star #3045

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

ansgarm
Copy link
Member

@ansgarm ansgarm commented Aug 3, 2023

Terraform does not support the star, instead it requires no version to be passed. This failed e.g. when initializing from a Terraform project as our version detection logic expects star to work. Fixing it like this has the benefit that users can use a star in the cdktf.json config as well (which currently would fail with the same error).

Terraform does not support the star, instead it requires no version to be passed. This failed e.g. when initializing from a Terraform project as our version detection logic expects star to work. Fixing it like this has the benefit that users can use a star in the cdktf.json config as well (which currently would fail with the same error).
@DanielMSchmidt DanielMSchmidt merged commit 02a2fbd into main Aug 9, 2023
272 of 277 checks passed
@DanielMSchmidt DanielMSchmidt deleted the fix-star-version branch August 9, 2023 08:52
@mutahhir mutahhir mentioned this pull request Aug 17, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2023

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants