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.
1 parent d1c792b commit 54fba3dCopy full SHA for 54fba3d
.github/workflows/main.yml
@@ -31,6 +31,8 @@ jobs:
31
uses: LocalStack/setup-localstack@v0.2.4
32
env:
33
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
34
+ with:
35
+ use-pro: 'true'
36
37
- name: Install tflocal
38
run: pip install terraform-local
0 commit comments