We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d863d5 + 4501f8d commit e3561faCopy full SHA for e3561fa
.github/workflows/driftctl-action.yml
@@ -21,6 +21,7 @@ jobs:
21
AWS_REGION: us-east-1
22
DCTL_NO_VERSION_CHECK: true
23
DCTL_FROM: "tfstate://tests/terraform.tfstate"
24
+ DCTL_DRIFTIGNORE: "tests/.driftignore"
25
DCTL_FILTER: "Type=='unknown_type'" # Makes driftctl to exit 0 each time
26
27
test-matrix:
@@ -40,6 +41,7 @@ jobs:
40
41
42
43
44
45
46
with:
47
version: ${{ matrix.version }}
tests/.driftignore
@@ -0,0 +1 @@
1
+*
0 commit comments