feat(dcgw): Azure VWAN Terraform resource example#5583
Open
cloudjumpercat wants to merge 2 commits into
Open
Conversation
Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a Terraform-focused FAQ entry to the existing Dedicated Cloud Gateways “Azure virtual WAN” how-to so readers can see what the konnect_cloud_gateway_transit_gateway resource looks like for Azure vHub peering.
Changes:
- Adds a new FAQ: “How do I manage my Azure virtual WAN peering with Terraform?”
- Documents the UI-first requirement (Entra approval) and includes an HCL example for
azure_vhub_peering_gateway.
Comment on lines
+46
to
+50
| - q: "How do I manage my Azure virtual WAN peering with Terraform?" | ||
| a: | | ||
| Because configuring virtual hub peering requires approving the {{site.konnect_short_name}} app in Microsoft Entra (a step that generates a link only available in the {{site.konnect_short_name}} UI), you must complete the initial setup using the UI before managing the resource in Terraform. | ||
|
|
||
| After the peering is `Ready`, you can import or reference the `konnect_cloud_gateway_transit_gateway` resource in Terraform. The following example shows what the resource block looks like: |
Comment on lines
+50
to
+51
| After the peering is `Ready`, you can import or reference the `konnect_cloud_gateway_transit_gateway` resource in Terraform. The following example shows what the resource block looks like: | ||
|
|
Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Guaris
approved these changes
Jun 16, 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
Fixes #4915
Preview Links
https://deploy-preview-5583--kongdeveloper.netlify.app/dedicated-cloud-gateways/azure-virtual-wan/#faqs
Testing info The TF resource will apply, but getting an "Error" status in the Konnect UI is expected since we're not approving the connection/Entra app as that can only be done in the UI setup. This is just providing the resource example so they can manage their config with Terraform post UI setup.
TODO:
Checklist
descriptionentry in frontmatter.