feat: Add IBM Cloud Logs Extensions API support#6700
Merged
hkantare merged 8 commits intoIBM-Cloud:masterfrom Mar 30, 2026
Merged
feat: Add IBM Cloud Logs Extensions API support#6700hkantare merged 8 commits intoIBM-Cloud:masterfrom
hkantare merged 8 commits intoIBM-Cloud:masterfrom
Conversation
0cc54b2 to
5366b74
Compare
- Add data sources for extensions and extension deployments - Add resource for extension deployment management - Fix type handling for extension IDs (string, not int64) - Improve error handling to match existing resource patterns - Add comprehensive tests with dynamic extension data fetching - All tests passing successfully"
- Added comprehensive testing materials in examples/ibm-logs/: - extensions-example.tf: Complete working example - test-all-apis.sh: Automated test script - README_EXTENSIONS.md: Detailed documentation - QUICK_START.md: Quick reference guide - terraform.tfvars.template: Configuration template
62c2c2b to
66e4729
Compare
hkantare
reviewed
Mar 26, 2026
hkantare
approved these changes
Mar 30, 2026
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.
Description
This PR adds Terraform support for IBM Cloud Logs Extensions API, enabling users to manage extension deployments.
Changes
New Resources
ibm_logs_extension_deployment- Manage extension deploymentsNew Data Sources
ibm_logs_extension- Read single extension detailsibm_logs_extensions- List all available extensionsibm_logs_extension_deployment- Read extension deployment detailsImplementation Details
region/instance_id/extension_idflex.TerraformErrorfTesting
Checklist
Community Note
Relates OR Closes #0000
Output from acceptance testing: