minecraft-server

brucellino/minecraft-server/digitalocean

Terraform Module HCL DIGITALOCEAN

Minecraft server on Digital Ocean

Install
module "minecraft-server" {
source = "brucellino/minecraft-server/digitalocean"
version = "1.4.0"
}
plain text: /constructs/tfmod-brucellino-minecraft-server-digitalocean/install.txt
⭐ Source on GitHub 📦 Registry page
README

![pre-commit](https://github.com/pre-commit/pre-commit) ![pre-commit.ci status](https://results.pre-commit.ci/latest/github/brucellino/terraform-digitalocean-minecraft-server/main) ![semantic-release: conventional](https://github.com/semantic-release/semantic-release) Minecraft server on Digital Ocean This creates a minecraft server on Digtial Ocean Pre-commit hooks The pre-commit framework is used to manage pre-commit hooks for this repository. A few well-known hooks are provided to cover correctness, security and safety in terraform. Examples The examples/ directory contains the example usage of this module. These examples show how to use the module in your project, and are also use for testing in CI/CD. Requirements | Name | Version | |------|---------| | terraform | >1.2.0 | | cloudfla

Inputs (6)
NameTypeDescriptionDefault
vpc_namestringName of the VPC to use. required
instance_admin_userstringGithub user which will be made admin of the instance. Takes their ssh key from G"brucellino"
cpusnumberNumber of CPUs we want with the instance4
memnumberMax memory of droplet in GB8
create_dropletboolfalse
paper_versionstringVersion of PaperMC to use"1.19.4"
Outputs (1)
sizes
Resources (9)
cloudflare_recorddigitalocean_dropletdigitalocean_firewalldigitalocean_project_resourcesdigitalocean_reserved_ipdigitalocean_reserved_ip_assignmentdigitalocean_ssh_keydigitalocean_volumedigitalocean_volume_attachment
Details
FrameworkTerraform Module
LanguageHCL
Version1.4.0
Cloud DIGITALOCEAN
★ Stars1
Forks0
Inputs6
Outputs1
Resources9
Examples1
LicenseMIT
Namespacebrucellino
Updated