Each container should have at least one instance to ensure it is deployed and operational.
C4-ARCH-007
Warning - Medium impact on architecture quality
Model Elements - This rule is evaluated against elements in the architecture model.
Tags.Contains("Container") and Identifier not_in @ModelElements.Where(e => e.Tags.Contains("Container Instance")).Select(e => e.InstanceOfIdentifier)