Skip to content

Commit 1471a76

Browse files
fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.22.0 (#239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4518c0c commit 1471a76

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

docs/functions/idna.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ idna(domain string) string
3232

3333
<!-- arguments generated by tfplugindocs -->
3434
1. `domain` (String) domain to convert
35-

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
33
page_title: "hetznerdns Provider"
4-
subcategory: ""
54
description: |-
65
This providers helps you automate management of DNS zones and records at Hetzner DNS.
76
---

docs/resources/primary_server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Default: 5m
6464

6565
Import is supported using the following syntax:
6666

67+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
68+
6769
```shell
6870
terraform import hetznerdns_zone.zone1 rMu2waTJPbHr4
6971
```

docs/resources/record.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Default: 5m
112112

113113
Import is supported using the following syntax:
114114

115+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
116+
115117
```shell
116118
# A Record can be imported using its `id`. Use the API to get all records of
117119
# a zone and then copy the id.

docs/resources/zone.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Default: 5m
8787

8888
Import is supported using the following syntax:
8989

90+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
91+
9092
```shell
9193
terraform import hetznerdns_zone.zone1 rMu2waTJPbHr4
9294
```

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/germanbrew/terraform-provider-hetznerdns
22

3-
go 1.23.0
3+
go 1.23.7
44

55
toolchain go1.24.4
66

77
require (
88
github.com/golangci/golangci-lint/v2 v2.2.1
9-
github.com/hashicorp/terraform-plugin-docs v0.21.0
9+
github.com/hashicorp/terraform-plugin-docs v0.22.0
1010
github.com/hashicorp/terraform-plugin-framework v1.15.0
1111
github.com/hashicorp/terraform-plugin-framework-timeouts v0.5.0
1212
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ github.com/hashicorp/terraform-exec v0.23.0 h1:MUiBM1s0CNlRFsCLJuM5wXZrzA3MnPYEs
408408
github.com/hashicorp/terraform-exec v0.23.0/go.mod h1:mA+qnx1R8eePycfwKkCRk3Wy65mwInvlpAeOwmA7vlY=
409409
github.com/hashicorp/terraform-json v0.25.0 h1:rmNqc/CIfcWawGiwXmRuiXJKEiJu1ntGoxseG1hLhoQ=
410410
github.com/hashicorp/terraform-json v0.25.0/go.mod h1:sMKS8fiRDX4rVlR6EJUMudg1WcanxCMoWwTLkgZP/vc=
411-
github.com/hashicorp/terraform-plugin-docs v0.21.0 h1:yoyA/Y719z9WdFJAhpUkI1jRbKP/nteVNBaI3hW7iQ8=
412-
github.com/hashicorp/terraform-plugin-docs v0.21.0/go.mod h1:J4Wott1J2XBKZPp/NkQv7LMShJYOcrqhQ2myXBcu64s=
411+
github.com/hashicorp/terraform-plugin-docs v0.22.0 h1:fwIDStbFel1PPNkM+mDPnpB4efHZBdGoMz/zt5FbTDw=
412+
github.com/hashicorp/terraform-plugin-docs v0.22.0/go.mod h1:55DJVyZ7BNK4t/lANcQ1YpemRuS6KsvIO1BbGA+xzGE=
413413
github.com/hashicorp/terraform-plugin-framework v1.15.0 h1:LQ2rsOfmDLxcn5EeIwdXFtr03FVsNktbbBci8cOKdb4=
414414
github.com/hashicorp/terraform-plugin-framework v1.15.0/go.mod h1:hxrNI/GY32KPISpWqlCoTLM9JZsGH3CyYlir09bD/fI=
415415
github.com/hashicorp/terraform-plugin-framework-timeouts v0.5.0 h1:I/N0g/eLZ1ZkLZXUQ0oRSXa8YG/EF0CEuQP1wXdrzKw=

0 commit comments

Comments
 (0)