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

Version Path
terraspace-0.3.3 .cody/google/bin/build.sh
terraspace-0.3.2 .cody/google/bin/build.sh
terraspace-0.3.1 .cody/google/bin/build.sh
terraspace-0.3.0 .cody/google/bin/build.sh
terraspace-0.2.4 .cody/google/bin/build.sh
terraspace-0.2.3 .cody/google/bin/build.sh
terraspace-0.2.2 .cody/google/bin/build.sh
terraspace-0.2.1 .cody/google/bin/build.sh
terraspace-0.2.0 .cody/google/bin/build.sh
terraspace-0.1.2 .cody/google/bin/build.sh
terraspace-0.1.1 .cody/google/bin/build.sh
terraspace-0.1.0 .cody/google/bin/build.sh