Giter VIP home page Giter VIP logo

devfest2019-code-your-cloud's Introduction

Code your Cloud Infrastructure

This is the repository with the slides and samples from my talk at DevFest Vienna 2019 (16. November 2019).

If you want to realy use the demo you need an Hetzner Cloud account as I used it in my samples. Attention: Some EUR Cents will be used when you run the samples.

I've using a file containing some environment vars that are used by Terraform and Packer.

HCLOUD_TOKEN=<YOUR HETZNER TOKEN>
GITLAB_URL=<YOUR GITLAB URL>
GITLAB_RUNNERS_TOKEN=<YOUR GITLAB TOKEN>
TF_VAR_hcloud_token=<YOUR HETZNER TOKEN>
TF_VAR_gitlab_token=<YOUR GITLAB TOKEN>

I've called mine '.env' and to use it I do:

set -a
source .env
set +a

The set is required so that the environment vars are exported to the current shell and all started processes.

The tools used are:

Have fun!

devfest2019-code-your-cloud's People

Contributors

nano4711 avatar

Watchers

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