Skip to content

Commit 90f944a

Browse files
authored
Merge pull request #161 from CornerSyrup/patch-1
fix: Type of import command
2 parents 6761668 + ad8a197 commit 90f944a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/voice_channel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ resource "discord_voice_channel" "general" {
4747
Import is supported using the following syntax:
4848

4949
```shell
50-
terraform import discord_text_channel.example "<channel id>"
50+
terraform import discord_voice_channel.example "<channel id>"
5151
```
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
terraform import discord_text_channel.example "<channel id>"
1+
terraform import discord_voice_channel.example "<channel id>"

0 commit comments

Comments
 (0)