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

Version Path
terraspace-1.1.7 .cody/google/bin/build.sh
terraspace-1.1.6 .cody/google/bin/build.sh
terraspace-1.1.5 .cody/google/bin/build.sh
terraspace-1.1.4 .cody/google/bin/build.sh
terraspace-1.1.3 .cody/google/bin/build.sh
terraspace-1.1.2 .cody/google/bin/build.sh
terraspace-1.1.1 .cody/google/bin/build.sh
terraspace-1.1.0 .cody/google/bin/build.sh
terraspace-1.0.6 .cody/google/bin/build.sh
terraspace-1.0.5 .cody/google/bin/build.sh
terraspace-1.0.4 .cody/google/bin/build.sh
terraspace-1.0.3 .cody/google/bin/build.sh
terraspace-1.0.2 .cody/google/bin/build.sh
terraspace-1.0.1 .cody/google/bin/build.sh
terraspace-1.0.0 .cody/google/bin/build.sh
terraspace-0.7.2 .cody/google/bin/build.sh
terraspace-0.7.1 .cody/google/bin/build.sh
terraspace-0.7.0 .cody/google/bin/build.sh
terraspace-0.6.23 .cody/google/bin/build.sh
terraspace-0.6.22 .cody/google/bin/build.sh