Sha256: 25ed30fdc9513db268fe59806e1f69c906f832e199187d40e8136b2a730904e3
Contents?: true
Size: 497 Bytes
Versions: 9
Compression:
Stored size: 497 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 new bootstrap_test terraspace new project_test demo --examples --plugin google terraspace test
Version data entries
9 entries across 9 versions & 1 rubygems