Sha256: a8fe1fb4461e875a3914c9aabbbc273cb837bcca3e63717f2925725d59944826
Contents?: true
Size: 464 Bytes
Versions: 53
Compression:
Stored size: 464 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 test demo --type stack cd app/stacks/demo terraspace test
Version data entries
53 entries across 53 versions & 1 rubygems