Coder Social home page Coder Social logo

tf-azure-stack's Introduction

Terraform Module for Azure LB deployments

Use this module to quickly deploy a VMSS with Loadbalancer and ports 22, 80 and 443 forwarded to your machines.

Usage

An example says more than words:

provider "azurerm" {
    subscription_id = "${var.subscription_id}"
    client_id = "${var.client_id}"
    client_secret = "${var.client_secret}"
    tenant_id = "${var.tenant_id}"
    environment = "german" (optional)
}

module "deployment" {
    source = "github.com/benkoller/tf-azure-stack.git"

    env_name = "nameForYourEnvironment"
    location = "Germany Central" (yes, sovereign clouds work)
    user_data = "docker run helloworld"
    subnet = "your Azure Subnets CIDR"
    remote_ip = "your office ip as CIDR/32"
    vmsize = "Standard_DS1_v2"
    vmcount = "2"
    ssh_key = "ssh-rsa AAAA(...)"
    ssh_user = "user"
    ssh_pw = "some_pw"
    subnet_id = "/subscriptions/<id>/resourceGroups/prod/providers/Microsoft.Network/virtualNetworks/production/subnets/<subnet_name>"
    use_port_probe = false
    # probe_port = "22"
    use_url_probe = true
    probe_url = "/healthcheck.php"
}

tf-azure-stack's People

Contributors

benkoller avatar

Stargazers

Florian Strübe avatar

Watchers

James Cloos 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.