Skip to content

fix(custom-vnet): set proper resource name for nsg in custom-vnet example #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025

Conversation

kirklandnuts
Copy link
Contributor

Summary

The custom-vnet example had a minor bug: it creates an NSG (azurerm_network_security_group) with the resource name example, but the azurerm_virtual_network resource definition references the NSG with the resource name lw.

How did you test this change?

I successfully created and destroyed an Azure AWLS integration using the example tf script in examples/custom-vnet. I did this for both NAT gateway and public IP use cases (use_nat_gateway = true and use_nat_gateway = false, respectively).

Issue

N/A

@kirklandnuts kirklandnuts requested review from a team as code owners May 5, 2025 22:40
@kirklandnuts kirklandnuts self-assigned this May 5, 2025
@kirklandnuts kirklandnuts merged commit a1e9d09 into main May 7, 2025
8 checks passed
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