stevebot
cezarmathe/stevebot/docker
Terraform Module
HCL
DOCKER
Terraform module for deploying stevebot.
Install
module "stevebot" {
source = "cezarmathe/stevebot/docker"
version = "1.0.1"
}
README
terraform-docker-stevebot Terraform module for deploying [stevebot]. [stevebot]: https://github.com/cezarmathe/stevebot
Inputs (13)
| Name | Type | Description | Default |
|---|---|---|---|
| rcon_password | string | Password to use when connecting to the host via rcon. | required |
| discord_token | string | Discord token used by this bot. | required |
| command_prefix | string | Command prefix used by this bot. | "~" |
| rcon_host | string | Host to connect to via rcon. | "127.0.0.1" |
| image_version | string | Container image version. | "latest" |
| labels | map(string) | Labels to attach to created resources that support labels. | {} |
| restart | string | The restart policy of the container. Must be one of: "no", "on-failure", "always | "unless-stopped" |
| container_name | string | The name of the transmission container. If empty, one will be generated like thi | "" |
| rcon_port | number | Port to connect to via rcon. | 25575 |
| allowed_commands | list(string) | A list of allowed commands. | [] |
| forbidden_commands | list(string) | A list of allowed commands. | [] |
| image_source | string | The source of the stevebot container image. By default, this uses the container | "cezarmathe/stevebot" |
| start | bool | Whether 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