Coder Social home page Coder Social logo

tf-vm-ans-azure's Introduction

terraform azurerm azurerm

Terraform module Virtual Machines(s) [Linux]

This module creates virtual machines with attached NICs to existing subnet, OS and data disk(s).

Terraform module template

Here goes short description

Global Inputs [default:string]

location

The geolocation where the resources are deployed

rg_name

The name of resource group where the resources are deployed

vm_prefix

Start of the hostname of the VM

admin_username

Username of the admin user EUID=0

ssh_public_keys

List(not yet) of keys of user itadmin (admin user)

Local Inputs

vm_size

Size of the VMs to be created

os_disk_size

Size of the OS disk

data_disk_size

Size of the data disk(s)

data_disk_count

Number of data disks to be created

publisher

Publisher of the image

offer

Offer of the image

sku

SKU of the image

im_version

Version of the image

stg_acc_type

Storage account type

os_acc_type

OS account type

vm_count

Count of the VMs to be created by this module [int]

group_name

Group name for Ansible dynamic inventory rendering

dosdisk

Delete OS disk on termination [boolean]

ddadisk

Delete data disk on termination [boolean]

Resources

This is the list of resources that the module may create. The module can create zero or more of each of these resources depending on the count value. The count value is determined at runtime. The goal of this page is to present the types of resources that may be created.

This list contains all the resources this plus any submodules may create. When using this module, it may create less resources if you use a submodule.

This module defines 5 resources.

  • azurerm_managed_disk
  • azurerm_network_interface
  • azurerm_virtual_machine
  • azurerm_virtual_machine_data_disk_attachment
  • azurerm_public_ip

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.