Skip to content

DevOpsPlayground/minecraft_alphabet_module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Minecraft words module

This module is able to build words with Minecroft blocks in a Minecraft world using the Terraform Minecraft provider.

Usage

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
  }
}

Examples

Requirements

Name Version
minecraft 0.1.1

Providers

Name Version
minecraft 0.1.1

Modules

No modules.

Resources

Name Type
minecraft_block.string resource

Inputs

Name Description Type Default Required
material n/a string n/a yes
position n/a
object({
x = number
y = number
z = number
})
n/a yes
string n/a string n/a yes

Outputs

Name Description
blocks_coordinates n/a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%