Skip to content

Commit c4f8912

Browse files
authored
update validate step: remove -var
1 parent 228fc53 commit c4f8912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: terraform validate
3838
run: |
3939
terraform init -backend=false
40-
terraform validate -no-color -var 'host_dns_name="fivexl.io"' -var 'slack_hook_url=""'
40+
terraform validate -no-color
4141
env:
4242
AWS_DEFAULT_REGION: "eu-central-1"
4343

0 commit comments

Comments
 (0)