I hereby claim:
- I am awolski on github.
- I am awolski (https://keybase.io/awolski) on keybase.
- I have a public key ASB9EXqo1-oFFlmzHZ9Afzj9UH5wxgfgtTQ85jktd8s4Ggo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| vpc_id = "vpc-6ece3507" | |
| az_names = [ "eu-west-2a", "eu-west-2b", "eu-west-2c" ] | |
| db_subnets = [ "10.12.220.0/24", "10.12.221.0/24", "10.12.222.0/24" ] | |
| db_instance_class = "db.t2.micro" |
| { | |
| "variables": { | |
| "aws_access_key": "", | |
| "aws_secret_key": "" | |
| }, | |
| "builders": [{ | |
| "type": "amazon-ebs", | |
| "access_key": "{{user `aws_access_key`}}", | |
| "secret_key": "{{user `aws_secret_key`}}", | |
| "region": "eu-west-1", |
| import com.auth0.client.mgmt.ManagementAPI | |
| import com.auth0.exception.APIException | |
| import com.auth0.exception.Auth0Exception | |
| import com.auth0.json.mgmt.users.User | |
| import com.auth0.net.Request | |
| import com.mashape.unirest.http.HttpResponse | |
| import com.mashape.unirest.http.Unirest | |
| import groovy.json.JsonOutput | |
| import groovy.json.JsonSlurper |
| #invoice-amount { | |
| max-width: 100%; | |
| width: 100% | |
| } | |
| #invoice-amount td.description_td, | |
| #invoice #comments { | |
| overflow-wrap: break-word; | |
| word-break: break-word; | |
| word-wrap: break-word; | |
| width: 100% |
| http "https://api.github.com/repos/<user|org>/<repo>/contributors" "Authorization: token $GH_TOKEN" | jq '[.[].contributions] | add' |
| echo "Extract semantic version" | |
| echo "/tmp/modules/package-name-0.57.2.tgz" | sed -r 's/.*-([0-9]+\.[0-9]+\.[0-9]+).tgz/\1/' | |
| echo "Extract module name" | |
| echo "/tmp/modules/package-name-0.57.2.tgz" | basename $(sed -r 's/(.*)-([0-9]+\.[0-9]+\.[0-9]+).tgz/\1/') |
| pages=$(curl -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/orgs/$ORG/repos | grep Link: | sed 's/.*page=\(.\)>; rel="last".*/\1/') |
| exec echo "VJS_TAG=$(git symbolic-ref -q --short HEAD || git describe --tags --exact-match)" > .env |