This module is able to build words with Minecroft blocks in a Minecraft world using the Terraform Minecraft provider.
module "minecraft_words" {
source = "git::https://github.com/DevOpsPlayground/minecraft_alphabet_module.git"
material = "minecraft:stone"
string = "massimiliano"
position = {
x = -260
y = -60
z = 18
}
}
Name | Version |
---|---|
minecraft | 0.1.1 |
Name | Version |
---|---|
minecraft | 0.1.1 |
No modules.
Name | Type |
---|---|
minecraft_block.string | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
material | n/a | string |
n/a | yes |
position | n/a | object({ |
n/a | yes |
string | n/a | string |
n/a | yes |
Name | Description |
---|---|
blocks_coordinates | n/a |