Sha256: a815fb01e25c81c18654d90a7203152d8173dc90a9089e3c34d2b6dd616727b6
Contents?: true
Size: 592 Bytes
Versions: 30
Compression:
Stored size: 592 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 $CODEBUILD_SRC_DIR/.cody/shared/script/update/gemfile.sh terraspace new test demo --type stack cd app/stacks/demo cd test $CODEBUILD_SRC_DIR/.cody/shared/script/update/gemfile.sh cd - terraspace test
Version data entries
30 entries across 30 versions & 1 rubygems