https://github.com/kcmspare/terraform-discord-server
Terraform code to generate a barebones Discord server.
https://github.com/kcmspare/terraform-discord-server
archived chatops discord discord-bot github-archive-program mit mit-license terraform terraform-configurations terraform-managed terraform-project terraformed
Last synced: 4 months ago
JSON representation
Terraform code to generate a barebones Discord server.
- Host: GitHub
- URL: https://github.com/kcmspare/terraform-discord-server
- Owner: kcmspare
- License: mit
- Archived: true
- Created: 2021-08-12T04:35:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T05:14:00.000Z (almost 4 years ago)
- Last Synced: 2024-09-27T18:42:07.500Z (8 months ago)
- Topics: archived, chatops, discord, discord-bot, github-archive-program, mit, mit-license, terraform, terraform-configurations, terraform-managed, terraform-project, terraformed
- Language: HCL
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord server in Terraform
This terraform code will generate a barebones, and empty Discord server in Terraform.
## Requirments
This project has 2 requirements.
### 1) A token
You need to add a token into the section highlighted below. It's recommended to use a bot token specifically because of Discord's rate limits, and they generally don't like it when you behave like a bot but not using a bot account.
```code
default = "TOKEN GOES HERE"
```### 2) A server ID.
If you run this command as-is, it will generate where the bot/token used will be the owner. However, you can import an existing server ID using the command below.
```console
terraform import discord_server.my_server 1234567890
```