Git Product home page Git Product logo

terraform-quake-azure's Introduction

terraform-quake-azure

Example repo to run a Quake client and server on Azure and Azure Container Service with Terraform

  1. Install Terraform
  2. Create a storage account and fetch the Access Key for the environment variables.
  3. Set the following environment variables for your account:
# Azure
export TF_VAR_subscription_id="xxxxxxxxxxxxxxxxxxxx"
export TF_VAR_client_id="xxxxxxxxxxxxxxxxxxxx"
export TF_VAR_client_secret="xxxxxxxxxxxxxxxxxxxx"
export TF_VAR_tenant_id="xxxxxxxxxxxxxxxxxxxx"

# FOR REMOTE STORAGE ACCOUNT
export ARM_ACCESS_KEY="xxxxxxxxxxxxxxxxxxxxx"
export REMOTE_STATE_ACCOUNT="storage_account_name"

# AWS
export AWS_ACCESS_KEY_ID=xxxxxxxxxxxxxxxxxxxxx
export AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxx
export AWS_REGION=eu-west-1

Terraform Config

  • remote state
  • resource group
  • container service cluster

Running

 cd terraform/core

 # Set storage_account_name not supported currently by interpolation
 sed "s/nictfremotestate/$REMOTE_STATE_ACCOUNT/g" -i terraform.tf
 
 # Install modules and fetch plugins
 terraform init

 # Run a plan to see what changes will be made
 terraform plan

 # Apply the changes
 terraform apply
  • references remote state in core
  • k8s pod
  • k8s service
  • dns, AWS Route 53

Running

 cd terraform/k8s-service

 # Set storage_account_name not supported currently by interpolation
 sed "s/nictfremotestate/$REMOTE_STATE_ACCOUNT/g" -i terraform.tf

 # Install modules and fetch plugins
 terraform init

 # Run a plan to see what changes will be made
 terraform plan

 # Apply the changes
 terraform apply
  • references remote state in core
  • Windows VM
  • virtual network
  • security group
  • managed disks
  • dns, AWS Route 53
  • virt machine extension
  • remote provisioning with Powershell

Running

 cd terraform/core

 # Set storage_account_name not supported currently by interpolation
 sed "s/nictfremotestate/$REMOTE_STATE_ACCOUNT/g" -i terraform.tf
 
 # Install modules and fetch plugins
 terraform init

 # Run a plan to see what changes will be made
 terraform plan

 # Apply the changes
 terraform apply

terraform-quake-azure's People

Contributors

calebalbers avatar nicholasjackson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

isabella232

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.