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

Add variable subnet_enforce_private_link_endpoint_network_policies #51

Merged
merged 13 commits into from
Jan 21, 2021

Conversation

yupwei68
Copy link
Contributor

Fixes #50

Changes proposed in the pull request:

Add variable subnet_enforce_private_link_endpoint_network_policies

variables.tf Outdated

variable "subnet_enforce_private_link_endpoint_network_policies" {
description = "A map with key (string) `subnet name`, value (bool) `true` or `false` to indicate enable or disable network policies for the private link endpoint on the subnet. Default value is false."
type = map(string)
Copy link

Choose a reason for hiding this comment

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

could we have a more concrete type here? because the value here is always a bool

@yupwei68 yupwei68 merged commit dc1d416 into Azure:master Jan 21, 2021
nmadesh20 pushed a commit to nmadesh20/terraform-azurerm-network that referenced this pull request May 2, 2023
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.

add enforce_private_link_endpoint_network_policies
2 participants