terraform-azurerm-vnet icon indicating copy to clipboard operation
terraform-azurerm-vnet copied to clipboard

Terraform Module to create Azure Virtual Network resources.

Results 5 terraform-azurerm-vnet issues
Sort by recently updated
recently updated
newest added

I checked the history of the problem modified to force nsg to be enabled, but I didn't find a way to not enable nsg in the latest code.

Hey @kumarvna Thanks for this module it's really helped simplify my set up. However I've noticed after building my system that this is indeed a strong copyleft license. Is there...

Setting create_network_watcher to false results in a network watcher being created. It needs to have a type of `bool`, or the ternary test needs to be: ``` count = var.create_network_watcher...

The modules works well if the subnet needs network security group. What if we need a subnet and it doesn't want a network security group in it(like private endpoint subnets)?...