-
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: Update schemas for Terraform Backwards Compatibility #154
Merged
Conversation
This file contains 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
tyao117
changed the title
Updates From Terraform
Fix: Update schema for Terraform Backwards Compatibility
Jan 14, 2025
tyao117
changed the title
Fix: Update schema for Terraform Backwards Compatibility
Fix: Update schemas for Terraform Backwards Compatibility
Jan 14, 2025
tyao117
force-pushed
the
controls_update
branch
from
January 14, 2025 22:35
420b806
to
8d4e18a
Compare
integrations tests passing:
|
If Control and ControlPrototype are the same can we get rid of one please? |
- Made the field ControlSpecificationDescription to Description - Changed Patch for ControlLibrary to use Control rather than ControlPrototype - Changed Attributes from map[string]string to map[string]interface Signed-off-by: Timothy-Yao <[email protected]>
Signed-off-by: Timothy-Yao <[email protected]>
Signed-off-by: Timothy-Yao <[email protected]>
Signed-off-by: Timothy-Yao <[email protected]>
## [5.5.1](v5.5.0...v5.5.1) (2024-12-18) ### Bug Fixes * added missing objects from Minor Update ([#153](#153)) ([ad36577](ad36577)) Signed-off-by: Timothy-Yao <[email protected]>
…ntPrototype Signed-off-by: Timothy-Yao <[email protected]>
tyao117
force-pushed
the
controls_update
branch
from
January 24, 2025 17:20
53b424c
to
2742556
Compare
ltebben
approved these changes
Jan 24, 2025
tyao117
added a commit
that referenced
this pull request
Jan 24, 2025
- **Breaking Change**: Took out ControlPrototype/ControlSpecificationPrototype/AssessmentPrototype - Made the field ControlSpecificationDescription to Description - Changed Patch for ControlLibrary to use Control rather than ControlPrototype - Changed Attributes from map[string]string to map[string]interface - Added functions and fields missing found from the terraform-provider-ibm - Added missing objects from Minor Update ([#153](#153)) ([ad36577](ad36577)) --------- Signed-off-by: Timothy-Yao <[email protected]> Co-authored-by: sccdeveloper <[email protected]>
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.
PR summary
PR Checklist
Please make sure that your PR fulfills the following requirements:
Current vs new behavior
Does this PR introduce a breaking change?
Other information