You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--
Unless this is a very simple 1-line-of-code change, please create a new
issue describing the change you're proposing first, then link to it from
this PR.
Read more about our process in our contributing guide:
https://github.com/open-constructs/cdk-terrain/blob/main/CONTRIBUTING.md
-->
### Related issue
Fixes#8
### Description
- Removes `cdktf` from the provider x command integration tests and
instead tests using `cdktn`.
- Exact versions used and sometimes providers used needed to be updated
to match actual availability
- Fixes an issue with C# package search.
- Fixes two issues with Java installed package identifications
- Hardcoded to cdktf group
- Regex match incorrect in the case where one value is missing (only the
version portion could be missing)
### Checklist
- [ ] I have updated the PR title to match [CDKTN's style
guide](https://github.com/open-constructs/cdk-terrain/blob/main/CONTRIBUTING.md#pull-requests-1)
- [ ] I have run the linter on my code locally
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the
[documentation](https://github.com/open-constructs/cdk-terrain-docs/tree/main/content)
if applicable
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works if applicable
- [ ] New and existing unit tests pass locally with my changes
<!-- If this is still a work in progress, feel free to open a draft PR
until you're able to check off all the items on the list above -->
0 commit comments