Giter Club home page Giter Club logo

terraform-instellar-bootstrap's Introduction

terraform-instellar-bootstrap

Terraform module for bootstrapping cluster on instellar.app

Requirements

Name Version
terraform >= 1.0.0
instellar ~> 0.8

Providers

Name Version
instellar 0.8.1
terraform n/a

Modules

No modules.

Resources

Name Type
instellar_balancer.this resource
instellar_cluster.this resource
instellar_node.bootstrap resource
instellar_node.nodes resource
instellar_uplink.this resource
terraform_data.balancer_dependencies resource

Inputs

Name Description Type Default Required
balancer Whether the balancer is active
object({
enabled = bool
name = optional(string)
address = optional(string)
dependencies = list(string)
})
n/a yes
bootstrap_node The bootstrap node detail
object({
slug = string
public_ip = string
})
n/a yes
cluster_address Public facing IP of the cluster string n/a yes
cluster_name Name of the cluster string n/a yes
cluster_port Port of the cluster number 8443 no
insterra_component_id The insterra component id of the storage number null no
kit_slug The slug of the kit to use. lite | pro string "lite" no
nodes Other nodes detail
list(
object({
slug = string
public_ip = string
})
)
n/a yes
password_token The trust token of the cluster string n/a yes
provider_name The infrastructure provider string n/a yes
region Region of your cluster string n/a yes
uplink_channel Which distribution channel to use string "master" no

Outputs

Name Description
cluster_id The id of the cluster

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.