Giter Club home page Giter Club logo

terraform-azurerm-windows-instance's Introduction

Azure DC/OS Windows Instances

This module creates typical Windows instances Be aware that this feature is in EXPERIMENTAL state

EXAMPLE

module "dcos-windows-instances" {
 source  = "dcos-terraform/windows-instance/azure"
 version = "~> 0.0.1"

 subnet_id = "myid"
 security_group_ids = ["sg-12345678"]"
 public_ssh_key = "~/.ssh/id_rsa.pub"

 num = "2"
 ...
}

Inputs

Name Description Type Default Required
os_user The OS user string n/a yes
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
location Azure Region string n/a yes
num How many instances should be created string n/a yes
public_ssh_key SSH Public Key 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
allow_stopping_for_update If true, allows Terraform to stop the instance to update its properties string "true" 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_size Disk Size in GB string "120" no
disk_type Disk Type to Leverage string "Standard_LRS" no
hostname_format Format the hostname inputs are index+1, region, cluster_name string "pvtagt-%[1]d-%[2]s" no
image Source image to boot from map <map> no
name_prefix Name Prefix string "" no
network_security_group_id Security Group Id 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
os_user The OS user to be used
private_ips List of private ip addresses created by this module
public_ips List of public ip addresses created by this module
windows_passwords Returns the decrypted AWS generated windows password

terraform-azurerm-windows-instance's People

Contributors

sergiimatusepam avatar

Watchers

 avatar  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.