From f22585a55e8316f95fd2a1caa526c80688c34ff9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jul 2024 10:44:19 +0000 Subject: [PATCH] terraform-docs: automated action --- terraform/modules/azure-storage/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform/modules/azure-storage/README.md b/terraform/modules/azure-storage/README.md index e1e6af4e..46a15edd 100644 --- a/terraform/modules/azure-storage/README.md +++ b/terraform/modules/azure-storage/README.md @@ -22,6 +22,7 @@ No modules. | Name | Type | |------|------| +| [azurerm_key_vault_secret.storage_connection_string](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/key_vault_secret) | resource | | [azurerm_storage_account.sa](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_account) | resource | | [azurerm_storage_container.data_protection](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_container) | resource | | [random_string.resource_code](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string) | resource | @@ -30,6 +31,7 @@ No modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| +| [kv\_id](#input\_kv\_id) | The ID of the Key Vault | `string` | n/a | yes | | [location](#input\_location) | Name of the Azure region to deploy resources | `string` | n/a | yes | | [resource\_group](#input\_resource\_group) | Name of the Azure Resource Group to deploy resources | `string` | n/a | yes | | [tags](#input\_tags) | Resource tags | `map(string)` | n/a | yes |