Skip to content

feat(dcgw): Azure VWAN Terraform resource example#5583

Open
cloudjumpercat wants to merge 2 commits into
mainfrom
feat/azure-vwan-tf-example
Open

feat(dcgw): Azure VWAN Terraform resource example#5583
cloudjumpercat wants to merge 2 commits into
mainfrom
feat/azure-vwan-tf-example

Conversation

@cloudjumpercat

@cloudjumpercat cloudjumpercat commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

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:

  • Test

Checklist

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 15, 2026 15:47
@cloudjumpercat cloudjumpercat requested a review from a team as a code owner June 15, 2026 15:47
@netlify

netlify Bot commented Jun 15, 2026

Copy link
Copy Markdown

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit 2961988
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a3169fbbe825d0009c0bcc5
😎 Deploy Preview https://deploy-preview-5583--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
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.

DCGW: TF how to for Azure VWAN

3 participants