cryptiklemur / terraform-provider-discord

Discord Provider for Terraform
GNU General Public License v3.0
42 stars 33 forks source link

Resource not consistant with documentation and how Discord behaves #9

Closed KanchiMoe closed 10 months ago

KanchiMoe commented 3 years ago

On the documentation, the resource, discord_server has an argument of system_channel_id. The documentation states that this is optional.

If this value isn't assigned, when running terraform apply the following error is generated.

│ Error: Failed to edit server: systemChannelID can not be 0 │ │ with discord_server.my_server, │ on main.tf line 23, in resource "discord_server" "my_server": │ 23: resource discord_server my_server {

Addationally, the Discord setting in the client itself it can be turned off at any time, but that isn't possible due to the above error.

https://registry.terraform.io/providers/aequasi/discord/latest/docs/resources/server

KanchiMoe commented 10 months ago

Closing as no commits since Dec 9, 2021 and this issue has been open since May 2021.