We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e94f5 commit a331fe9Copy full SHA for a331fe9
1 file changed
.github/workflows/deploy.yml
@@ -110,5 +110,7 @@ jobs:
110
with:
111
name: terraform-lock-files
112
path: |
113
- **/.terraform.lock.hcl
+ terraform/website/.terraform.lock.hcl
114
+ terragrunt/live/website/.terraform.lock.hcl
115
+ terragrunt/dev/website/.terraform.lock.hcl
116
if-no-files-found: ignore
0 commit comments