From f1e93757b7a50eb204ac1cd944ade330604f26c0 Mon Sep 17 00:00:00 2001 From: lentidas Date: Thu, 18 Jan 2024 15:48:07 +0000 Subject: [PATCH] docs(terraform-docs): generate docs and write to README.adoc --- README.adoc | 8 ++++---- aks/README.adoc | 28 ++++++++++++++++------------ 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/README.adoc b/README.adoc index aa78096c..edb6139e 100644 --- a/README.adoc +++ b/README.adoc @@ -36,13 +36,13 @@ The following requirements are needed by this module: The following providers are used by this module: -- [[provider_random]] <> (>= 3) - -- [[provider_utils]] <> (>= 1) +- [[provider_null]] <> (>= 3) - [[provider_argocd]] <> (>= 5) -- [[provider_null]] <> (>= 3) +- [[provider_random]] <> (>= 3) + +- [[provider_utils]] <> (>= 1) === Resources diff --git a/aks/README.adoc b/aks/README.adoc index 1e5249b7..81ea8b0a 100644 --- a/aks/README.adoc +++ b/aks/README.adoc @@ -235,9 +235,10 @@ Version: The following resources are used by this module: -- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.contributor] (resource) +- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/federated_identity_credential[azurerm_federated_identity_credential.thanos] (resource) +- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.storage_contributor] (resource) - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/user_assigned_identity[azurerm_user_assigned_identity.thanos] (resource) -- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node] (data source) +- https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node_resource_group] (data source) - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_container[azurerm_storage_container.container] (data source) === Required Inputs @@ -252,10 +253,11 @@ Type: [source,hcl] ---- object({ - container = string - storage_account = string - managed_identity_node_rg_name = optional(string, null) - storage_account_key = optional(string, null) + container = string + storage_account = string + managed_identity_node_rg_name = optional(string, null) + managed_identity_oidc_issuer_url = optional(string, null) + storage_account_key = optional(string, null) }) ---- @@ -418,9 +420,10 @@ Description: ID to pass other modules in order to refer to this module as a depe [cols="a,a",options="header,autowidth"] |=== |Name |Type -|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.contributor] |resource +|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/federated_identity_credential[azurerm_federated_identity_credential.thanos] |resource +|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment[azurerm_role_assignment.storage_contributor] |resource |https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/user_assigned_identity[azurerm_user_assigned_identity.thanos] |resource -|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node] |data source +|https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group[azurerm_resource_group.node_resource_group] |data source |https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/storage_container[azurerm_storage_container.container] |data source |=== @@ -436,10 +439,11 @@ Description: ID to pass other modules in order to refer to this module as a depe [source] ---- object({ - container = string - storage_account = string - managed_identity_node_rg_name = optional(string, null) - storage_account_key = optional(string, null) + container = string + storage_account = string + managed_identity_node_rg_name = optional(string, null) + managed_identity_oidc_issuer_url = optional(string, null) + storage_account_key = optional(string, null) }) ----