Skip to content

Commit 04fd3e5

Browse files
committed
fix: docs after bumping the terraform-plugin-docs
1 parent 4ebbb2f commit 04fd3e5

File tree

9 files changed

+16
-1
lines changed

9 files changed

+16
-1
lines changed

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: "netdata Provider"
4-
subcategory: ""
54
description: |-
65
The Netdata Provider allows you to manage Netdata Cloud resources.
76
---

docs/resources/node_room_member.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Required:
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
#!/bin/sh
9294

docs/resources/notification_discord_channel.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ resource "netdata_notification_discord_channel" "test" {
5252

5353
Import is supported using the following syntax:
5454

55+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
56+
5557
```shell
5658
#!/bin/sh
5759

docs/resources/notification_pagerduty_channel.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ resource "netdata_notification_pagerduty_channel" "test" {
5151

5252
Import is supported using the following syntax:
5353

54+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
55+
5456
```shell
5557
#!/bin/sh
5658

docs/resources/notification_slack_channel.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ resource "netdata_notification_slack_channel" "test" {
4949

5050
Import is supported using the following syntax:
5151

52+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
53+
5254
```shell
5355
#!/bin/sh
5456

docs/resources/room.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ resource "netdata_room" "test" {
4040

4141
Import is supported using the following syntax:
4242

43+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
44+
4345
```shell
4446
#!/bin/sh
4547

docs/resources/room_member.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ resource "netdata_room_member" "test" {
3333

3434
Import is supported using the following syntax:
3535

36+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
37+
3638
```shell
3739
#!/bin/sh
3840

docs/resources/space.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ resource "netdata_space" "test" {
3939

4040
Import is supported using the following syntax:
4141

42+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
43+
4244
```shell
4345
#!/bin/sh
4446

docs/resources/space_member.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ resource "netdata_space_member" "test" {
3737

3838
Import is supported using the following syntax:
3939

40+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
41+
4042
```shell
4143
#!/bin/sh
4244

0 commit comments

Comments
 (0)