-
Notifications
You must be signed in to change notification settings - Fork 84
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
Feature Request for vending module subnet creation #206
Comments
Moving issue to lz-vending repo |
We excluded subnets from this module as we felt that it would be the application team that would provision their own. This and the complexity of the subnet resource could make the inputs unwieldy. However it's fairly simple to use the module's outputs to create subnets. Can you describe more about your scenario, for example how are you calling the LZ vending module? Do you use |
Thanks for your reply. Yes, it does make sense about your approach. Yes, we use for_each and by calling out vending module with the following parameter alongside our development of it. networks = { |
We have considered NSG but feel that the security admin rules feature of Azure Virtual Network Manager is better aligned to this: https://learn.microsoft.com/en-us/azure/virtual-network-manager/concept-security-admins In terms of UDR, we have thought of adding the deployment of a 'default' NSG that will forward all traffic to a defined IP address. The issue is that this cannot be assigned to subnets, as we do not create them. |
Thanks for the update. Coming back to our discussion agreed with this approach as it makes perfect sense, -#206 (comment). re : UDR - as explained above we are creating the subnets and it's sits in our state. This may be specific to our approach. The only reason for this approach is we don't want to offload subnet creation to app teams as it can leads to governance issues like CIDRs usage. |
closing and tracking in #218 |
Community Note
Description
We are currently using vending module parallel to this repo as our vending machine. With the vending module, we are using our native subnet creation codes as we don't have subnet creation capability with Vending. This request is to check the possibility of doing that using this repo or any other way we are unaware of.
Is your feature request related to a problem?
No, This not related to a problem
Describe the solution you'd like
May be an example that will include creating subnets for a vended out spoke vnet leveraging this code base?
Additional context
The text was updated successfully, but these errors were encountered: