Skip to content

Commit 93577b5

Browse files
authored
Merge pull request #29 from diggerhq/motatoes-patch-11
Add second null_resource to main.tf
2 parents 06139c1 + 91f63c9 commit 93577b5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/digger_workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
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
@@ -40,3 +41,4 @@ jobs:
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

digger.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

test/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
resource "null_resource" "test" {}
1+
resource "null_resource" "test2" {}

0 commit comments

Comments
 (0)