Sha256: ede0b9d2a478b4ce2b24266cbd16b1b8f3c422696dd575e1afd55425fb6144c5
Contents?: true
Size: 407 Bytes
Versions: 12
Compression:
Stored size: 407 Bytes
Contents
#!/bin/bash set -eu # will build from /tmp because terraspace/Gemfile may interfere cd /tmp export PATH=~/bin:$PATH # ~/bin/terraspace wrapper # ~/.gcp/credentials.json export GOOGLE_APPLICATION_CREDENTIALS=~/.gcp/credentials.json export GOOGLE_PROJECT=$(cat $GOOGLE_APPLICATION_CREDENTIALS | jq -r '.project_id') set -x terraspace new project infra --examples --plugin google cd infra terraspace test
Version data entries
12 entries across 12 versions & 1 rubygems