Skip to content

Add missing networking example configurations#943

Draft
Bhavya Muni (bhavyamuni) wants to merge 2 commits intomasterfrom
bmuni/add-missing-networking-examples
Draft

Add missing networking example configurations#943
Bhavya Muni (bhavyamuni) wants to merge 2 commits intomasterfrom
bmuni/add-missing-networking-examples

Conversation

@bhavyamuni
Copy link

@bhavyamuni Bhavya Muni (bhavyamuni) commented Feb 19, 2026

Release Notes

Examples

  • Add standalone example configurations for networking access points and gateways:
    • aws-egress-private-link
    • azure-egress-private-link
    • aws-ingress-private-link
    • aws-private-network-interface
    • gcp-egress-private-service-connect
  • Update Getting Started links in confluent_access_point and confluent_gateway resource docs

Checklist

  • I can successfully build and use a custom Terraform provider binary for Confluent.
  • I have verified my PR with real Confluent Cloud resources in a pre-prod or production environment, or both.
  • I have attached manual Terraform verification results or screenshots in the Test & Review section below.
  • I have included appropriate Terraform acceptance or unit tests for any new resource, data source, or functionality.
  • I have included appropriate Terraform live testing for any new resource, data source, or functionality.
  • I have included a testing thread with main.tf file in #terraform-provider-development-testing.
  • I have included rate limit/load testing results.
  • I confirm that this PR introduces no breaking changes or backward compatibility issues.
  • I have updated the corresponding documentation and include relevant examples for this PR.
  • I have indicated the potential customer impact if something goes wrong in the Blast Radius section below.
  • I have put checkmarks below confirming that the feature associated with this PR is enabled in:
    • Confluent Cloud prod
    • Confluent Cloud stag
    • Check this box if the feature is enabled for certain organizations only

What

This PR adds missing example configurations for networking resources (access points and gateways) that were previously undocumented. The examples demonstrate how to configure:

  • AWS Egress Private Link (access point + gateway)
  • Azure Egress Private Link (access point + gateway)
  • AWS Ingress Private Link (access point + gateway)
  • AWS Private Network Interface (access point + gateway)
  • GCP Egress Private Service Connect (moved from misnamed directory, fixed invalid depends_on reference)

Also updates the Getting Started documentation links for confluent_access_point and confluent_gateway resources 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 validate passes on all 5 example configurations
  • All examples follow existing patterns in the repository
  • No provider code changes requiring manual verification

…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.
- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants