File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2626 run : echo digger run ${{ inputs.id }}
2727 shell : bash
2828 - uses : actions/checkout@v4
29- - uses : diggerhq/digger@vLatest
29+ - uses : diggerhq/digger@vtest-plan-policy-extras
3030 with :
3131 ee : ' true'
32+ setup-terraform : true
3233 digger-spec : ${{ inputs.spec }}
3334 setup-aws : true
3435 # recommended to use oidc instead
4041 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4142 DIGGER_LICENSE_KEY : ${{ secrets.DIGGER_LICENSE_KEY }}
4243 DIGGER_MANAGEMENT_REPO : " https://github.com/diggerhq/demo-ee-features"
44+ DIGGER_LOG_LEVEL : DEBUG
Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ projects:
1313 dir : staging/vpc
1414 - name : staging-cluster
1515 dir : staging/cluster
16+ - name : test
17+ dir : test
Original file line number Diff line number Diff line change 1- resource "null_resource" "test " {}
1+ resource "null_resource" "test2 " {}
You can’t perform that action at this time.
0 commit comments