You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ No modules.
64
64
|[aws_iam_policy_document.lb_controller](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
65
65
|[aws_iam_policy_document.lb_controller_assume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
66
66
|[utils_deep_merge_yaml.argo_application_values](https://registry.terraform.io/providers/cloudposse/utils/latest/docs/data-sources/deep_merge_yaml)| data source |
67
+
|[utils_deep_merge_yaml.argo_spec](https://registry.terraform.io/providers/cloudposse/utils/latest/docs/data-sources/deep_merge_yaml)| data source |
67
68
|[utils_deep_merge_yaml.values](https://registry.terraform.io/providers/cloudposse/utils/latest/docs/data-sources/deep_merge_yaml)| data source |
68
69
69
70
## Inputs
@@ -80,6 +81,7 @@ No modules.
80
81
| <aname="input_argo_info"></a> [argo\_info](#input\_argo\_info)| ArgoCD info manifest parameter |`list`| <pre>[<br> {<br> "name": "terraform",<br> "value": "true"<br> }<br>]</pre> | no |
81
82
| <aname="input_argo_namespace"></a> [argo\_namespace](#input\_argo\_namespace)| Namespace to deploy ArgoCD application CRD to |`string`|`"argo"`| no |
82
83
| <aname="input_argo_project"></a> [argo\_project](#input\_argo\_project)| ArgoCD Application project |`string`|`"default"`| no |
84
+
| <aname="input_argo_spec"></a> [argo\_spec](#input\_argo\_spec)| ArgoCD additional spec configuration |`map`|`{}`| no |
83
85
| <aname="input_argo_sync_policy"></a> [argo\_sync\_policy](#input\_argo\_sync\_policy)| ArgoCD syncPolicy manifest parameter |`map`|`{}`| no |
84
86
| <aname="input_enabled"></a> [enabled](#input\_enabled)| Variable indicating whether deployment is enabled |`bool`|`true`| no |
85
87
| <aname="input_helm_chart_name"></a> [helm\_chart\_name](#input\_helm\_chart\_name)| Helm chart name to be installed |`string`|`"aws-load-balancer-controller"`| no |
0 commit comments