We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96ba4db + 03194a0 commit ca65c0bCopy full SHA for ca65c0b
.github/workflows/digger_workflow.yml
@@ -38,6 +38,7 @@ jobs:
38
digger-private-key: ${{ secrets.DIGGER_PRIVATE_KEY }}
39
terraform-tfe-token: ${{ secrets.DIGGER_TOKEN }}
40
terraform-tfe-hostname: mo-digger-test.ngrok.app
41
+ terraform-version: 1.9.2
42
setup-aws: false
43
disable-locking: true
44
setup-opentofu: true
dev/main.tf
@@ -9,5 +9,4 @@ terraform {
9
}
10
11
12
-
13
resource "null_resource" "test3" {}
0 commit comments