File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,19 @@ POST /IaC-template/aws/iam
162162| ` iam_user ` | ` boolean ` | ** Required** |
163163| ` iam_group ` | ` boolean ` | ** Required** |
164164
165+ #### Post terraform template generation of ArgoCD resources
166+
167+ ```
168+ POST /IaC-template/aws/argocd
169+ ```
170+
171+ | Request Body | Type | Description |
172+ | :-------- | :------- | :-------------------------------- |
173+ | ` argocd_applicatio.sync_policy.auto_prune ` | ` boolean ` | ** No-Required** |
174+ | ` argocd_applicatio.sync_policy.self_heal ` | ` boolean ` | ** No-Required** |
175+ | ` argocd_applicatio.sync_policy.argocd_repository ` | ` boolean ` | ** Required** |
176+ | ` argocd_applicatio.sync_policy.application_depends_repository ` | ` boolean ` | ** Required** |
177+
165178
166179
167180## Tech Stack
You can’t perform that action at this time.
0 commit comments