@@ -17,6 +17,8 @@ The following requirements are needed by this module:
1717
1818The following providers are used by this module:
1919
20+ - [[provider_null]] <<provider_null,null>> (>= 3)
21+
2022- [[provider_azurerm]] <<provider_azurerm,azurerm>>
2123
2224=== Modules
@@ -33,9 +35,11 @@ Version:
3335
3436The following resources are used by this module:
3537
36- - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.contributor] (resource)
38+ - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/federated_identity_credential[azurerm_federated_identity_credential.prometheus] (resource)
39+ - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.storage_contributor] (resource)
3740- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/user_assigned_identity[azurerm_user_assigned_identity.prometheus] (resource)
38- - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node] (data source)
41+ - https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.dependencies] (resource)
42+ - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node_resource_group] (data source)
3943- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_container[azurerm_storage_container.container] (data source)
4044
4145=== Required Inputs
@@ -66,10 +70,11 @@ Type:
6670[source,hcl]
6771----
6872object({
69- container = string
70- storage_account = string
71- managed_identity_node_rg_name = optional(string, null)
72- storage_account_key = optional(string, null)
73+ container = string
74+ storage_account = string
75+ managed_identity_node_rg_name = optional(string, null)
76+ managed_identity_oidc_issuer_url = optional(string, null)
77+ storage_account_key = optional(string, null)
7378 })
7479----
7580
@@ -113,7 +118,7 @@ Description: Override of target revision of the application chart.
113118
114119Type: `string`
115120
116- Default: `"v10.0 .0"`
121+ Default: `"v10.1 .0"`
117122
118123==== [[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>
119124
@@ -345,6 +350,7 @@ Description: The admin password for Grafana.
345350[cols="a,a",options="header,autowidth"]
346351|===
347352|Name |Version
353+ |[[provider_null]] <<provider_null,null>> |>= 3
348354|[[provider_azurerm]] <<provider_azurerm,azurerm>> |n/a
349355|===
350356
@@ -361,9 +367,11 @@ Description: The admin password for Grafana.
361367[cols="a,a",options="header,autowidth"]
362368|===
363369|Name |Type
364- |https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.contributor] |resource
370+ |https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/federated_identity_credential[azurerm_federated_identity_credential.prometheus] |resource
371+ |https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.storage_contributor] |resource
365372|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/user_assigned_identity[azurerm_user_assigned_identity.prometheus] |resource
366- |https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node] |data source
373+ |https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource[null_resource.dependencies] |resource
374+ |https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node_resource_group] |data source
367375|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_container[azurerm_storage_container.container] |data source
368376|===
369377
@@ -379,10 +387,11 @@ Description: The admin password for Grafana.
379387[source]
380388----
381389object({
382- container = string
383- storage_account = string
384- managed_identity_node_rg_name = optional(string, null)
385- storage_account_key = optional(string, null)
390+ container = string
391+ storage_account = string
392+ managed_identity_node_rg_name = optional(string, null)
393+ managed_identity_oidc_issuer_url = optional(string, null)
394+ storage_account_key = optional(string, null)
386395 })
387396----
388397
@@ -428,7 +437,7 @@ object({
428437|[[input_target_revision]] <<input_target_revision,target_revision>>
429438|Override of target revision of the application chart.
430439|`string`
431- |`"v10.0 .0"`
440+ |`"v10.1 .0"`
432441|no
433442
434443|[[input_cluster_issuer]] <<input_cluster_issuer,cluster_issuer>>
0 commit comments