APIE-52: Add confluent_parent data source, confluent_parent_organization_link, confluent_parent_sso resources#715
Open
Kostya Linou (linouk23) wants to merge 2 commits intomasterfrom
Open
APIE-52: Add confluent_parent data source, confluent_parent_organization_link, confluent_parent_sso resources#715Kostya Linou (linouk23) wants to merge 2 commits intomasterfrom
Kostya Linou (linouk23) wants to merge 2 commits intomasterfrom
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
* add confluent_organization_parent_link resource. * add confluent_parent data source
5811319 to
7401e0e
Compare
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Pull Request Overview
This PR introduces new resources and data sources for managing Confluent “Parent” entities: Parent SSO, Parent Organization Link, and Parent. It adds the corresponding acceptance tests, test data JSON files, and updates provider configuration along with necessary dependency updates.
Reviewed Changes
Copilot reviewed 19 out of 20 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| internal/testdata/parent_sso/*.json | New test data for Parent SSO resource (created, updated, deleted). |
| internal/testdata/parent_organization_link/*.json | New test data for Parent Organization Link resource. |
| internal/testdata/parent/*.json | New test data for Parent data source. |
| internal/provider/utils.go | Updated to import and use the new Parent API client. |
| internal/provider/resource_parent_sso*.go | Added Parent SSO resource implementation with Create, Read, Update, Delete and its tests. |
| internal/provider/resource_parent_organization_link*.go | Added Parent Organization Link resource implementation with Create, Read, Delete and its tests. |
| internal/provider/data_source_parent*.go | Added Parent data source implementation and its tests. |
| internal/provider/data_source_parent_organization_link*.go | Added Parent Organization Link data source implementation and its tests. |
| internal/provider/provider.go | Updated to add new resources and data sources, configure Parent API client, and update go.mod. |
| go.mod | Updated with new dependency for Parent API. |
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.
Release Notes
New Features
Examples
Checklist
Test & Reviewsection below.Blast Radiussection below.What
This PR adds confluent_parent data source, confluent_parent_organization_link, confluent_parent_sso resources.
TODO: add corresponding TF docs.
Blast Radius
Existing resources won't be impacted as we're adding new resources.
References
Test & Review