Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am davidgenn on github.
  • I am davidgenn (https://keybase.io/davidgenn) on keybase.
  • I have a public key ASAAUigZfEcUqfiBbVOa9m0ffhjBJHNQ_ZQwUc5hwbadSgo

To claim this, I am signing this object:

provider "aws" {
access_key = "<access-key>"
secret_key = "<secret-key>"
region = "eu-west-1"
}
# Create a VPC to launch our instances into
resource "aws_vpc" "default" {
cidr_block = "10.0.0.0/16"
Error applying plan:
3 error(s) occurred:
* aws_autoscaling_group.nomad_client: aws_autoscaling_group.nomad_client: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.10.0
Resource ID: aws_autoscaling_group.nomad_client
@davidgenn
davidgenn / Leaders challenge
Created June 6, 2013 18:45
A web page to chose a leader to be selected for a challenge!
<!DOCTYPE html>
<html>
<head>
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<style>
.shadow {
box-shadow:10px 10px 20px #aaaaaa;