fix: select the workspace pattern module for exports - #32
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
datatf export --scaffoldnow selects workspace pattern module0.2.0. That pattern pins ten independently released resource modules. Its inputs and resource addresses stay the same, so existing DataTF exports remain compatible.Update the default-version test for both ownership scopes and document the pattern's dependency pins. Users can select another tested pattern release with
--module-version.Validation: the updated regression test fails against the previous default and passes with this change.
make checkpasses. The fake API integration imports 27 workspace resources and 8 shared resources through the published child modules, then produces clean second plans. An upgrade from an existing workspace 0.1.1 state also produces no changes in either scope.