Add missing networking example configurations#943
Draft
Bhavya Muni (bhavyamuni) wants to merge 2 commits intomasterfrom
Draft
Add missing networking example configurations#943Bhavya Muni (bhavyamuni) wants to merge 2 commits intomasterfrom
Bhavya Muni (bhavyamuni) wants to merge 2 commits intomasterfrom
Conversation
…ateways Add standalone example configs for all 5 access point + gateway type combinations under examples/configurations/networking/. Previously only GCP PSC and AWS PNI had example coverage. Also update Getting Started links in confluent_access_point and confluent_gateway resource docs.
examples/configurations/networking/access-point-aws-egress-private-link/main.tf
Outdated
Show resolved
Hide resolved
- Replace data source with resource for confluent_environment in all new access point examples to stay consistent with GCP egress example - Add depends_on to access point resources to explicitly show gateway dependency - Remove environment_id variable since environment is now created inline Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Examples
aws-egress-private-linkazure-egress-private-linkaws-ingress-private-linkaws-private-network-interfacegcp-egress-private-service-connectconfluent_access_pointandconfluent_gatewayresource docsChecklist
Test & Reviewsection below.Blast Radiussection below.What
This PR adds missing example configurations for networking resources (access points and gateways) that were previously undocumented. The examples demonstrate how to configure:
depends_onreference)Also updates the Getting Started documentation links for
confluent_access_pointandconfluent_gatewayresources to point to these new examples.Blast Radius
Low impact - this PR only adds documentation and example configurations. No changes to provider code or existing functionality. If examples contain errors, customers may experience confusion but no runtime impact.
References
N/A - Documentation improvement
Test & Review
terraform validatepasses on all 5 example configurations