Skip to content
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

Added new output "vnet_subnets_name_id" #55

Merged
merged 2 commits into from
Oct 8, 2022

Conversation

vinshetty
Copy link
Contributor

Can be query subnet id by subnet name this will help to refer in subsequent resource creation where it requires subnet ID, For example, need subnet ID to Application Gateway
Here is the example
locals {
frontend_subnet_id = lookup(module.vnet.vnet_subnets_name_id, subnet1)
}
The current output "vnet_subnets" it not user friendly which i feel

Fixes #000

Changes proposed in the pull request:

Can be query subnet id by subnet name this will help to refer in subsequent resource creation where it requires subnet ID, For example, need subnet ID to Application Gateway
  Here is the example 
locals {
  frontend_subnet_id             = lookup(module.vnet.vnet_subnets_name_id, subnet1)
} 
The current output "vnet_subnets"  it not user friendly which i feel
@jiaweitao001
Copy link
Collaborator

Hi @vinshetty, this change LGTM. Can you please rebase it? Thanks.

@vinshetty
Copy link
Contributor Author

Hi @jiaweitao001 , Thanks for approving the changes

@holms
Copy link

holms commented Oct 6, 2022

@jiaweitao001 @echuvyrov maybe this please could be merged already? Whole year passed :( Is this module maintained? Or it's not official azure vpc terraform module?

@lonegunmanb
Copy link
Member

@holms Sorry for the crazy late reply, we're going to re-active this module this week. We'll add a new CI pipeline to this module first, once the pipeline works, we'll review and merge this pr. I promise this feature will be merged in next week.

@lonegunmanb lonegunmanb merged commit 73381b0 into Azure:master Oct 8, 2022
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.

4 participants