sparse-intern-71089
09/25/2023, 9:10 AMdry-keyboard-94795
09/25/2023, 9:23 AMSecurityRule resource, or the securityRules input on the NSG itself?gray-vr-25374
09/25/2023, 9:29 AMNetworkSecurityGroup and inside of it I am specifying list of SecurityRuleArgs that relevant at that point in time. In compute stack I am creating SecurityRule with reference to NSQ that was created in Shared stack.
If I get you correctly you suggest separate creating NSQ and rules for it in shared stack?dry-keyboard-94795
09/25/2023, 9:34 AMshared stack so that instead of using SecurityRuleArgs inline, you specify them the same way as your compute stack with SecurityRule resources.
Specifying them inline makes it "authoritative", so clobbers any rules specified externallygray-vr-25374
09/25/2023, 9:36 AM