This message was deleted.
# typescript
s
This message was deleted.
l
Does
meshSubnetUSA.networkSecurityGroup = InboudSGUSA
work?
p
It looks like subnet.networkSecurityGroup is readOnly.
Subnet.networkSecurityGroup: pulumi.Output<azure_native.types.output.network.NetworkSecurityGroupResponse
so it wont let me do that no.
I just looked through github to see how others are doing it and I dont see them attaching them to anything. People are just making the SG and thats it
c
Here is an example: azure-networksg-ts
p
Thanks a lot Tushar