Micro-Minecraft-Bedrock-Server

adarobin/Micro-Minecraft-Bedrock-Server/oci

Terraform Module HCL OCI
Install
module "Micro-Minecraft-Bedrock-Server" {
source = "adarobin/Micro-Minecraft-Bedrock-Server/oci"
version = "0.2.0"
}
plain text: /constructs/tfmod-adarobin-micro-minecraft-bedrock-server-oci/install.txt
⭐ Source on GitHub 📦 Registry page
README

Minecraft Bedrock on OCI Requirements | Name | Version | |------|---------| | terraform | >= 1.0.0 | | oci | >=4.37.0 | Providers No providers. Modules | Name | Source | Version | |------|--------|---------| | minecraft\_bucket | ./modules/bucket | n/a | | minecraft\_instance | adarobin/E2-Micro-Always-Free-Instance/oci | >= 0.4.0 | | minecraft\_network\_security\_group | ./modules/network-security-group | n/a | Resources No resources. Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | assign\_ipv6\_address | Whether or not an IPv6 address should be assigned to the instance. Requires a subnet with IPv6 enabled. Defaults to false. | bool | false | no | | assign\_public\_ip | Whether or not a public IP should be assigned to the inst

Inputs (11)
NameTypeDescriptionDefault
instance_compartment_idstringThe compartment to create the instance in. If not set, uses the root compartment required
ssh_authorized_keysstringThe public SSH key(s) that should be authorized for the default user. required
tenancy_ocidstringThe OCID of the tenancy the bucket is being deployed in. This is needed to confi required
availability_domainstringThe availability domain of the instance. required
assign_public_ipboolWhether or not a public IP should be assigned to the instance. Defaults to `nul required
bucket_compartment_idstringThe compartment to create the bucket in. This must be the compartment that has t required
vcn_idstringThe OCID of the VCN that the Network Security Group should be created on. required
nsg_compartment_idstringThe compartment to create the network security group in. If not set, uses the ro required
subnet_idstringThe OCID of the subnet to create the VNIC in. required
namestringThe hostname of the instance. Also used to generate names for the bucket and net"minecraft"
assign_ipv6_addressboolWhether or not an IPv6 address should be assigned to the instance. Requires a sufalse
Outputs (3)
private_ip — The private IP address assigned to the instance.
public_ip — The public IP address assigned to the instance.
ipv6_address — The IPv6 address assigned to the instance.
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud OCI
★ Stars0
Forks3
Total downloads406
Inputs11
Outputs3
Submodules2
LicenseMIT
Namespaceadarobin
Updated