.cody/azurerm/bin/build.sh in terraspace-0.5.0 vs .cody/azurerm/bin/build.sh in terraspace-0.5.1
- old
+ new
@@ -15,8 +15,8 @@
export ARM_TENANT_ID=$(cat ~/.azure/app-client.json | jq -r '.tenant_id')
set -x
terraspace new project infra --examples --plugin azurerm
cd infra
-terraspace new bootstrap_test
-terraspace new project_test demo --examples --plugin azurerm
+terraspace new test demo --type stack
+cd app/stacks/demo
terraspace test