Skip to content

Commit 392be73

Browse files
committed
fix(argocd project): remove argocd project from model
1 parent 16cf348 commit 392be73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/models/terraform_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,5 @@ class ArgoApplication(BaseModel):
9696

9797
class IaCTemplateGenerationArgoCD(BaseModel):
9898
argocd_application:ArgoApplication | None = None
99-
argocd_project:bool = True
10099
argocd_repository:bool = True
101100
argocd_cluster:bool = True

0 commit comments

Comments
 (0)