We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1faf5c commit 73a27aeCopy full SHA for 73a27ae
1 file changed
.github/workflows/github-oidc-test.yaml
@@ -66,5 +66,7 @@ jobs:
66
make terraform env=$ENVIRONMENT stack=networking tf-command=plan workspace=$WORKSPACE
67
echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=api-layer tf-command=plan args=\"-auto-approve\""
68
make terraform env=$ENVIRONMENT stack=api-layer tf-command=plan workspace=$WORKSPACE
69
+ echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=iams-developer-roles tf-command=plan args=\"-auto-approve\""
70
+ make terraform env=$ENVIRONMENT stack=iams-developer-roles tf-command=plan workspace=$WORKSPACE
71
72
working-directory: ./infrastructure
0 commit comments