Skip to content

Chaotic-Logic/terraform-provider-discord

master
Switch branches/tags
Code
This branch is 10 commits ahead, 6 commits behind aequasi:master.
Contribute

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Discord Terraform Provider

This is a fork of aequasi/terraform-provider-discord. We ran into some problems with this provider and decided to fix them with this opinionated version.

https://registry.terraform.io/providers/Chaotic-Logic/discord/latest

Building the provider

Development

go mod vendor
make

Release

go mod vendor
export GPG_FINGERPRINT="D081560F57E59EDA7CB369BE2FFBD6BE37B85C17"
goreleaser release --skip-publish

Resources

  • discord_category_channel
  • discord_channel_permission
  • discord_invite
  • discord_member_roles
  • discord_message
  • discord_role
  • discord_role_everyone
  • discord_server
  • discord_text_channel
  • discord_voice_channel

Data

  • discord_color
  • discord_local_image
  • discord_permission

Todo

Data Sources

  • discord_category_channel
  • discord_text_channel
  • discord_voice_channel

About

Discord Provider for Terraform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.9%
  • Makefile 1.5%
  • Shell 0.6%