@@ -175,6 +175,54 @@ POST /IaC-template/aws/argocd
175175| ` argocd_applicatio.sync_policy.argocd_repository ` | ` boolean ` | ** Required** |
176176| ` argocd_applicatio.sync_policy.application_depends_repository ` | ` boolean ` | ** Required** |
177177
178+ #### Post terraform template generation of ELB resources
179+
180+ ```
181+ POST /IaC-template/aws/elb
182+ ```
183+
184+ | Request Body | Type | Description |
185+ | :-------- | :------- | :-------------------------------- |
186+ | ` security_group ` | ` boolean ` | ** Required** |
187+ | ` lb_target_group ` | ` boolean ` | ** Required** |
188+ | ` lb ` | ` boolean ` | ** Required** |
189+ | ` lb_listener_rule ` | ` boolean ` | ** Required** |
190+ | ` key_pair ` | ` boolean ` | ** Required** |
191+ | ` launch_configuration ` | ` boolean ` | ** Required** |
192+ | ` autoscaling_group ` | ` boolean ` | ** Required** |
193+ | ` autoscaling_attachment ` | ` boolean ` | ** Required** |
194+ | ` autoscaling_policy ` | ` boolean ` | ** Required** |
195+
196+
197+ #### Post terraform template generation of EFS resources
198+
199+ ```
200+ POST /IaC-template/aws/efs
201+ ```
202+
203+ | Request Body | Type | Description |
204+ | :-------- | :------- | :-------------------------------- |
205+ | ` efs_file_system ` | ` boolean ` | ** Required** |
206+ | ` efs_mount_target ` | ` boolean ` | ** Required** |
207+ | ` efs_backup_policy ` | ` boolean ` | ** Required** |
208+
209+ #### Post Helm template generation
210+
211+ ```
212+ POST /Helm-template
213+ ```
214+
215+ | Request Body | Type | Description |
216+ | :-------- | :------- | :-------------------------------- |
217+ | ` api_version ` | ` integer ` | ** Required** |
218+ | ` pods.name ` | ` string ` | ** Required** |
219+ | ` pods.image ` | ` string ` | ** Required** |
220+ | ` pods.target_port ` | ` integer ` | ** Required** |
221+ | ` pods.replicas ` | ` integer ` | ** Required** |
222+ | ` pods.persistance ` | ` dict ` | ** Required** |
223+ | ` pods.environment ` | ` list(dict) ` | ** Required** |
224+ | ` pods.stateless ` | ` boolean ` | ** Required** |
225+ | ` pods.ingress ` | ` dict ` | ** Required** |
178226
179227
180228## Tech Stack
0 commit comments