GithubHelp home page GithubHelp logo

vm's Introduction

Azure Virtual Machine Module

Linux Example

module "test_linux_vm001" {
  source                             = "modules/vm"
  name                               = "vmhubtest001"
  location                           = ""
  resource_group_name                = ""
  size                               = "Standard_DS3_v2"
  vm_os_type                         = "linux"
  vm_os_simple                       = "RHEL-8-4-gen2"
  backup                             = false
  disk_config = [{
    disk_number               = 1
    disk_storage_account_type = "Standard_LRS"
    disk_size_gb              = "30"
    data_disk_cache           = "ReadWrite"
  }]
  key_vault_id = ""
  nic_config = [{
    nic_number = 1
    subnet_id  = ""
  }]
  admin_username = "admin"
  admin_ssh_key = [{
    username   = ""
    public_key = "ssh-rsa "
  }]
  disable_password_authentication = true
  public_ip_config = [1]
}

vm's People

Contributors

techdecline avatar twecker137 avatar

Watchers

 avatar  avatar

Forkers

twecker137

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.