-
Notifications
You must be signed in to change notification settings - Fork 9
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(domain): workspace assignments should only care about managed resources #182
Conversation
Changelog Previewv0.1.0-dev - January 10, 2025✨ Added
🪲 Fixed
|
Minimum allowed line rate is |
503358d
to
64001fb
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #182 +/- ##
==========================================
- Coverage 76.58% 76.49% -0.10%
==========================================
Files 148 148
Lines 12631 12643 +12
==========================================
- Hits 9674 9671 -3
- Misses 2952 2967 +15
Partials 5 5 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just suggested a fix for a minor typo
566338f
to
dc1c2f9
Compare
📥 Pull Request
❓ What are you trying to address
domain_workspace_assignments
resource enforce assignments based only on TF configuration. It means if someone adds more resources manually on the Fabric side, the next run of TF will remove it. Expected behavior: Resource must only manage TF provided configuration.This fix is related (not directly) to #174 and potentially to #183