Skip to content

Commit

Permalink
Merge pull request #161 from CornerSyrup/patch-1
Browse files Browse the repository at this point in the history
fix: Type of import command
  • Loading branch information
Lucky3028 authored Aug 2, 2024
2 parents 6761668 + ad8a197 commit 90f944a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/voice_channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ resource "discord_voice_channel" "general" {
Import is supported using the following syntax:

```shell
terraform import discord_text_channel.example "<channel id>"
terraform import discord_voice_channel.example "<channel id>"
```
2 changes: 1 addition & 1 deletion examples/resources/discord_voice_channel/import.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import discord_text_channel.example "<channel id>"
terraform import discord_voice_channel.example "<channel id>"

0 comments on commit 90f944a

Please sign in to comment.