Skip to content

Commit

Permalink
fix: lint pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmacedot committed Oct 30, 2023
1 parent 717f7bf commit e4d92a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ jobs:
run: |
sed -i -e 's/>=/=/' -e 's/ \(\d\+\.\d\+\)"/ \1.0"/' _versions.tf
terraform init
terraform validate -var "region=${AWS_REGION}" -var "vpc_id=vpc-123456" -var "subnets=[\"subnet-12345a\"]" -var "workers_ami_id=ami-123456" -var "cluster_ingress_cidrs=[]" -var "cluster_name=test_cluster"
terraform validate |
-var "region=${AWS_REGION}"

0 comments on commit e4d92a5

Please sign in to comment.