From 34bc2e9f3e4957fbe84d74811e94503f444ef641 Mon Sep 17 00:00:00 2001 From: Roman Schwarz Date: Tue, 18 Jun 2024 14:10:05 +0200 Subject: [PATCH] Update terraform-docs --- terraform-docs.yaml => .terraform-docs.yaml | 0 README.md | 9 +++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) rename terraform-docs.yaml => .terraform-docs.yaml (100%) diff --git a/terraform-docs.yaml b/.terraform-docs.yaml similarity index 100% rename from terraform-docs.yaml rename to .terraform-docs.yaml diff --git a/README.md b/README.md index 418e40c..6ccbbed 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ module "helloworld" { ## Providers -No providers. +| Name | Version | +|------|---------| +| azurerm | ~> 3.0 | ## Modules @@ -21,7 +23,9 @@ No modules. ## Resources -No resources. +| Name | Type | +|------|------| +| [azurerm_client_config.current](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/client_config) | data source | ## Inputs @@ -31,5 +35,6 @@ No inputs. | Name | Description | |------|-------------| +| client\_id | n/a | | hello\_world | n/a | \ No newline at end of file