Resources
The following resources are used by this module:
-
azurerm_role_assignment.contributor (resource)
-
azurerm_user_assigned_identity.prometheus (resource)
-
azurerm_resource_group.node (data source)
-
azurerm_storage_container.container (data source)
Optional Inputs
The following input variables are optional (have default values):
metrics_storage
Description: Azure Blob Storage configuration for metric archival.
Type:
object({
container = string
storage_account = string
managed_identity_node_rg_name = optional(string, null)
storage_account_key = optional(string, null)
})
Default: null
target_revision
Description: Override of target revision of the application chart.
Type: string
Default: "v2.1.0"
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
}
deep_merge_append_list
Description: A boolean flag to enable/disable appending lists instead of overwriting them.
Type: bool
Default: false
metrics_storage_main
Description: Storage settings for the Thanos sidecar. Needs to be of type any
because the structure is different depending on the provider used.
Type: any
Default: {}
Providers
Name | Version |
---|---|
n/a |
Modules
Name | Source | Version |
---|---|---|
Resources
Name | Type |
---|---|
resource |
|
resource |
|
data source |
|
data source |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
Azure Blob Storage configuration for metric archival. |
|
|
no |
|
n/a |
|
n/a |
yes |
|
n/a |
|
n/a |
yes |
|
n/a |
|
n/a |
yes |
|
Override of target revision of the application chart. |
|
|
no |
|
n/a |
|
|
no |
|
n/a |
|
|
no |
|
Helm values, passed as a list of HCL structures. |
|
|
no |
|
Automated sync options for the Argo CD Application resource. |
|
|
no |
|
n/a |
|
|
no |
|
A boolean flag to enable/disable appending lists instead of overwriting them. |
|
|
no |
|
Grafana settings |
|
|
no |
|
Prometheus settings |
|
|
no |
|
Alertmanager settings |
|
|
no |
|
Storage settings for the Thanos sidecar. Needs to be of type |
|
|
no |
Outputs
Name | Description |
---|---|
n/a |