stevebot

cezarmathe/stevebot/docker

Terraform Module HCL DOCKER

Terraform module for deploying stevebot.

Install
module "stevebot" {
source = "cezarmathe/stevebot/docker"
version = "1.0.1"
}
plain text: /constructs/tfmod-cezarmathe-stevebot-docker/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-docker-stevebot Terraform module for deploying [stevebot]. [stevebot]: https://github.com/cezarmathe/stevebot

Inputs (13)
NameTypeDescriptionDefault
rcon_passwordstringPassword to use when connecting to the host via rcon. required
discord_tokenstringDiscord token used by this bot. required
command_prefixstringCommand prefix used by this bot."~"
rcon_hoststringHost to connect to via rcon."127.0.0.1"
image_versionstringContainer image version. "latest"
labelsmap(string)Labels to attach to created resources that support labels.{}
restartstringThe restart policy of the container. Must be one of: "no", "on-failure", "always"unless-stopped"
container_namestringThe name of the transmission container. If empty, one will be generated like thi""
rcon_portnumberPort to connect to via rcon.25575
allowed_commandslist(string)A list of allowed commands.[]
forbidden_commandslist(string)A list of allowed commands.[]
image_sourcestringThe source of the stevebot container image. By default, this uses the container "cezarmathe/stevebot"
startboolWhether to start the container or just create it.true
Outputs (2)
this_name — Name of the container.
this_uuid — The random uuid used for naming the resources created by this module.
Resources (3)
docker_containerdocker_imagerandom_uuid
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud DOCKER
★ Stars0
Forks1
Total downloads874
Inputs13
Outputs2
Resources3
LicenseMIT
Namespacecezarmathe
Updated