Giter VIP home page Giter VIP logo

terraform-azurerm-instance's Introduction

Build Status

Azure Instance

The module creates AzureRM virtual machine instances

EXAMPLE

module "dcos-master-instances" {
  source  = "dcos-terraform/instance/azurerm"
  version = "~> 0.2.0"

  num                          = "${var.num}"
  location                     = "${var.location}"
  dcos_instance_os             = "${var.dcos_instance_os}"
  ssh_private_key_filename     = "${var.ssh_private_key_filename}"
  image                        = "${var.image}"
  resource_group_name          = "${var.resource_group_name}"
  ...
}

Inputs

Name Description Type Default Required
cluster_name Name of the DC/OS cluster string n/a yes
dcos_instance_os Operating system to use. Instead of using your own AMI you could use a provided OS. string n/a yes
disk_size Disk Size in GB string n/a yes
location Azure Region string n/a yes
name_prefix Name Prefix string n/a yes
num How many instances should be created string n/a yes
resource_group_name Name of the azure resource group string n/a yes
subnet_id Subnet ID string n/a yes
vm_size Azure virtual machine size string n/a yes
admin_username SSH User string "" no
avset_platform_fault_domain_count Availability set platform fault domain count, differs from location to location string "3" no
custom_data User data to be used on these instances (cloud-init) string "" no
disk_type Disk Type to Leverage string "Standard_LRS" no
hostname_format Format the hostname inputs are index+1, region, cluster_name string "instance-%[1]d-%[2]s" no
image Source image to boot from map <map> no
network_security_group_id Security Group Id string "" no
private_backend_address_pool Private backend address pool list <list> no
public_backend_address_pool Public backend address pool list <list> no
public_ssh_key SSH Public Key string "" no
ssh_private_key_filename Path to the SSH private key string "/dev/null" no
tags Add custom tags to all resources map <map> no

Outputs

Name Description
admin_username SSH User
instance_nic_ids List of instance nic ids created by this module
private_ips List of private ip addresses created by this module
public_ips List of public ip addresses created by this module

terraform-azurerm-instance's People

Contributors

bernadinm avatar lloesche avatar sebbrandt87 avatar sergiimatusepam avatar

Watchers

 avatar

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.