Skip to content

Commit 3e3585d

Browse files
docs: remove terraform providers section and document only requirements
Also it appears the TF registry doesn't show provider versions anyway, and only publishes constraints.
1 parent 79d597c commit 3e3585d

File tree

5 files changed

+4
-30
lines changed

5 files changed

+4
-30
lines changed

.terraform-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ output:
1919
sort:
2020
enabled: true
2121
by: name
22+
23+
sections:
24+
hide: # we remove the providers section because the actual provider used depends on the local build environment, we only document version constraints
25+
- providers

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,6 @@ Before opening a Pull Request, please do the following:
175175
| <a name="requirement_azuread"></a> [azuread](#requirement\_azuread) | >=3.0.2 |
176176
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | >=4.11.0 |
177177

178-
## Providers
179-
180-
| Name | Version |
181-
|------|---------|
182-
| <a name="provider_azuread"></a> [azuread](#provider\_azuread) | 3.0.2 |
183-
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 4.11.0 |
184-
185178
## Modules
186179

187180
| Name | Source | Version |

modules/meshcloud-metering-service-principal/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
| <a name="requirement_azuread"></a> [azuread](#requirement\_azuread) | >=3.0.2 |
88
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | >=4.11.0 |
99

10-
## Providers
11-
12-
| Name | Version |
13-
|------|---------|
14-
| <a name="provider_azuread"></a> [azuread](#provider\_azuread) | 3.0.2 |
15-
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 4.11.0 |
16-
| <a name="provider_time"></a> [time](#provider\_time) | 0.12.1 |
17-
1810
## Modules
1911

2012
No modules.

modules/meshcloud-replicator-service-principal/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@
77
| <a name="requirement_azuread"></a> [azuread](#requirement\_azuread) | >=3.0.2 |
88
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | >=4.11.0 |
99

10-
## Providers
11-
12-
| Name | Version |
13-
|------|---------|
14-
| <a name="provider_azuread"></a> [azuread](#provider\_azuread) | 3.0.2 |
15-
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 4.11.0 |
16-
| <a name="provider_terraform"></a> [terraform](#provider\_terraform) | n/a |
17-
| <a name="provider_time"></a> [time](#provider\_time) | 0.12.1 |
18-
1910
## Modules
2011

2112
No modules.

modules/meshcloud-sso/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | > 1.0 |
77
| <a name="requirement_azuread"></a> [azuread](#requirement\_azuread) | >=3.0.2 |
88

9-
## Providers
10-
11-
| Name | Version |
12-
|------|---------|
13-
| <a name="provider_azuread"></a> [azuread](#provider\_azuread) | 3.0.2 |
14-
159
## Modules
1610

1711
No modules.

0 commit comments

Comments
 (0)