Add entity details data source - #99
Merged
keithfz merged 7 commits intoApr 14, 2026
Merged
Conversation
keithfz
reviewed
Apr 10, 2026
keithfz
reviewed
Apr 10, 2026
keithfz
reviewed
Apr 10, 2026
keithfz
reviewed
Apr 10, 2026
keithfz
left a comment
There was a problem hiding this comment.
Overall looks good, thank you!
Minor lint fixes for CI, also might be good to have some additional unit tests around the FromApiModel changes. E.g. happy path, empty/nil collections, etc.
TomWKraken
force-pushed
the
add-entity-details-data-source
branch
from
April 13, 2026 14:15
2c8f3f0 to
a9be39d
Compare
Contributor
Author
Actioned comments and added unit tests for the API model 🙇 |
|
awesome! i think we just need a |
Contributor
Author
Awesome that's done @keithfz - thanks for the reviews |
TomWKraken
force-pushed
the
add-entity-details-data-source
branch
from
April 14, 2026 14:19
dd919ee to
4b98967
Compare
keithfz
approved these changes
Apr 14, 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.
Add Full Entity Details to cortex_catalog_entity Data Source
Description
Enhances the cortex_catalog_entity data source to expose comprehensive catalog entity information by switching from the entity descriptor endpoint to the full entity details endpoint.
Changes
Motivation
Previously, the data source only exposed basic metadata (tag, name, description). Users had no way to query entity ownership, integrations, or other critical attributes through Terraform. This enhancement enables richer entity queries and allows teams to programmatically access entity details for automation, reporting, and validation use cases.
Example Usage:
Breaking Changes
None. This is purely additive—all existing configurations continue to work as before. Core fields (tag, name, description) remain unchanged.
Testing
Notes