Resources
The following resources are used by this module:
-
argocd_application.this (resource)
-
argocd_project.this (resource)
-
null_resource.dependencies (resource)
-
null_resource.this (resource)
-
utils_deep_merge_yaml.helm_values (data source)
Required Inputs
The following input variables are required:
clients
Description: n/a
Type:
map(object({
id = string
name = string
secret = string
public = bool
redirect_uris = list(string)
}))
Optional Inputs
The following input variables are optional (have default values):
source_repository_url
Description: n/a
Type: string
Default: "https://github.com/camptocamp/devops-stack-module-dex.git"
target_revision
Description: Override for target revision of the application chart.
Type: string
Default: "v1.0.1-alpha.4"
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
}
Providers
Name | Version |
---|---|
n/a |
|
>= 6 |
|
n/a |
Resources
Name | Type |
---|---|
resource |
|
resource |
|
resource |
|
resource |
|
data source |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
n/a |
|
|
no |
|
n/a |
|
|
no |
|
n/a |
|
|
no |
|
n/a |
|
|
no |
|
n/a |
|
|
no |
|
n/a |
|
|
no |
|
n/a |
|
n/a |
yes |
|
n/a |
|
n/a |
yes |
|
Override for target revision of the application chart. |
|
|
no |
|
n/a |
|
n/a |
yes |
|
n/a |
|
n/a |
yes |
|
n/a |
|
n/a |
yes |
|
n/a |
|
n/a |
yes |
|
n/a |
|
|
no |
|
Automated sync options for the Argo CD Application resource. |
|
|
no |
Outputs
Name | Description |
---|---|
n/a |
|
n/a |
|
n/a |