Skip to content

Commit

Permalink
Merge pull request #21 from diggerhq/motatoes-patch-8
Browse files Browse the repository at this point in the history
Update main.tf
  • Loading branch information
motatoes authored Aug 14, 2024
2 parents 57a2c8b + 6178fbb commit 3b2c01e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/digger_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: diggerhq/digger@vLatest
with:
ee: 'true'
spec: ${{ inputs.spec }}
digger-spec: ${{ inputs.spec }}
setup-aws: true
# recommended to use oidc instead
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion staging/vpc/main.tf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resource "null_resource" "test2" {}
resource "null_resource" "test3" {}

0 comments on commit 3b2c01e

Please sign in to comment.