Resources
The following resources are used by this module:
-
tls_private_key.root (resource)
-
tls_self_signed_cert.root (resource)
Optional Inputs
The following input variables are optional (have default values):
app_autosync
Description: Automated sync options for the Argo CD Application resource.
Type:
object({
allow_empty = optional(bool)
prune = optional(bool)
self_heal = optional(bool)
})
Default:
{
"allow_empty": false,
"prune": true,
"self_heal": true
}
custom_solver_configurations
Description: List of additional solver configurations, appended to the default dns01 and http01 solvers (if enabled).
Type: list(any)
Default: []
deep_merge_append_list
Description: A boolean flag to enable/disable appending lists instead of overwriting them.
Type: bool
Default: false
target_revision
Description: Override of target revision of the application chart.
Type: string
Default: "v1.0.0-alpha.6"
use_default_dns01_solver
Description: Whether to use the default dns01 solver configuration.
Type: bool
Default: true
use_default_http01_solver
Description: Whether to use the default http01 solver configuration.
Type: bool
Default: true
Providers
Name | Version |
---|---|
n/a |
Modules
Name | Source | Version |
---|---|---|
Resources
Name | Type |
---|---|
resource |
|
resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
Automated sync options for the Argo CD Application resource. |
|
|
no |
|
n/a |
|
n/a |
yes |
|
Principal default domain |
|
n/a |
yes |
|
n/a |
|
n/a |
yes |
|
List of additional solver configurations, appended to the default dns01 and http01 solvers (if enabled). |
|
|
no |
|
A boolean flag to enable/disable appending lists instead of overwriting them. |
|
|
no |
|
n/a |
|
|
no |
|
Helm values, passed as a list of HCL structures. |
|
|
no |
|
n/a |
|
|
no |
|
Override of target revision of the application chart. |
|
|
no |
|
Whether to use the default dns01 solver configuration. |
|
|
no |
|
Whether to use the default http01 solver configuration. |
|
|
no |
Outputs
Name | Description |
---|---|
n/a |