Micro-Minecraft-Bedrock-Server
adarobin/Micro-Minecraft-Bedrock-Server/oci
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
| Name | Type | Description | Default |
|---|---|---|---|
| instance_compartment_id | string | The compartment to create the instance in. If not set, uses the root compartment | required |
| ssh_authorized_keys | string | The public SSH key(s) that should be authorized for the default user. | required |
| tenancy_ocid | string | The OCID of the tenancy the bucket is being deployed in. This is needed to confi | required |
| availability_domain | string | The availability domain of the instance. | required |
| assign_public_ip | bool | Whether or not a public IP should be assigned to the instance. Defaults to `nul | required |
| bucket_compartment_id | string | The compartment to create the bucket in. This must be the compartment that has t | required |
| vcn_id | string | The OCID of the VCN that the Network Security Group should be created on. | required |
| nsg_compartment_id | string | The compartment to create the network security group in. If not set, uses the ro | required |
| subnet_id | string | The OCID of the subnet to create the VNIC in. | required |
| name | string | The hostname of the instance. Also used to generate names for the bucket and net | "minecraft" |
| assign_ipv6_address | bool | Whether or not an IPv6 address should be assigned to the instance. Requires a su | false |
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.