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

Version Path
terraspace-0.5.0 .cody/google/bin/build.sh
terraspace-0.4.4 .cody/google/bin/build.sh
terraspace-0.4.3 .cody/google/bin/build.sh
terraspace-0.4.2 .cody/google/bin/build.sh
terraspace-0.4.1 .cody/google/bin/build.sh
terraspace-0.4.0 .cody/google/bin/build.sh
terraspace-0.3.6 .cody/google/bin/build.sh
terraspace-0.3.5 .cody/google/bin/build.sh
terraspace-0.3.4 .cody/google/bin/build.sh