-
Notifications
You must be signed in to change notification settings - Fork 674
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
build(deps): Update platform-services-go-sdk to v0.34.0 and CM fixes #4474
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
… test, fix object test
feat: Catalog management enhancements
hkantare
approved these changes
Apr 4, 2023
omaraibrahim
pushed a commit
to omaraibrahim/terraform-provider-ibm
that referenced
this pull request
Jul 20, 2023
…BM-Cloud#4474) * docs: small doc fix for validation resource * fix: don't store auto generated tags in tf state * fix: first pass at getting solution_info working * deprecation support for offerings and versions * support usage data, deprecation fixes * feat: publish changes, validation enhancements * fix: document conflict fixes with mutex, typo and computed value changes * fix: deprecate_pending computed only and doc updates * feat: support configuration values on a version * fix: make configuration computed and optional so include_config works * fix: idempotent argument issues * fix: add config mode so configurations can be cleared * docs: updates to version resource docs * fix: add tags and keywords to offering read function, add new version test, fix object test * feat: add terraform version to version resource, update version resource docs * docs: Update offering resource docs * fix: show configurations config constraints in tf state * fix: mark removed required attribute as deprecated * feat: update Go SDK for catalog management service * feat: add catalog_banner_url --------- Co-authored-by: Ben Buchanan <buchanan@ibm.com>
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.
Community Note
I updated the Go SDK to v0.34.0, and made the necessary changes to the CM service that were broken by this update. Also added the
catalog_banner_url
attribute to the catalog resource and data source that came new from the SDK update.