-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
azurerm_virtual_network
- support for private_endpoint_vnet_policies
#27830
base: main
Are you sure you want to change the base?
azurerm_virtual_network
- support for private_endpoint_vnet_policies
#27830
Conversation
location = azurerm_resource_group.test.location | ||
resource_group_name = azurerm_resource_group.test.name | ||
dns_servers = ["10.7.7.2", "10.7.7.7", "10.7.7.1", ] | ||
private_endpoint_vnet_policies = "Basic" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been set in the configuration for 3.x. Can you please set this in the configuration that will run in 4.x and also clean up the complete
config by removing the 3.x config that isn't valid anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
@stephybun , I found a regression issue. I will double check with service team first. |
Community Note
Description
Service team is requesting a new feature about
private_endpoint_vnet_policies
inazurerm_virtual_network
.API reference: https://github.com/Azure/azure-rest-api-specs/blob/a4fc4c6bda9ff2315671bca69f9de40a43e2bd8c/specification/network/resource-manager/Microsoft.Network/stable/2024-03-01/virtualNetwork.json#L2097
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_virtual_network
- support forprivate_endpoint_vnet_policies
This is a (please select all that apply):
Note
If this PR changes meaningfully during the course of review please update the title and description as required.