We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89f70e commit adf192aCopy full SHA for adf192a
stackl/core/core/models/items/stack_instance_model.py
@@ -24,7 +24,6 @@ class StackInstance(BaseModel):
24
"""
25
name: str
26
type = "stack_instance"
27
- deleted: bool = False
28
groups: Dict[str, List[HostTarget]] = {}
29
instance_params: Dict[str, Any] = {}
30
service_params: Dict[str, Dict[str, Any]] = {}
0 commit comments