Network Security Group are object part of the Azure Environment playing a crucial role to filter network flow either on a subnet or on NIC of a machine. It allows granularity and can be seen as Access Control List (ACL).
Long story short - Take away
In order to represent in Terraform for
hashicorp/azurermin version3.109.0and bellow :
- An empty set : prefer the usage of
toset(null)instead of[].- An empty/null string : prefer the usage of
tostring(null)instead of"".



