Skip to content

Commit b07b25f

Browse files
authored
fix tty in test (#95)
1 parent 9c9f525 commit b07b25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/output-validation-test/test-output-validation

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ echo "✅ Passed CFN YAML and JSON Validation"
3030

3131
## Terraform Validation
3232
$BUILD_DIR/bin/ec2-instance-selector-$PLATFORM -o terraform-hcl > $BUILD_DIR/terraform.tf
33-
docker run -it --rm -v $BUILD_DIR:/data -w /data hashicorp/terraform:light init -backend=false
34-
docker run -it --rm -v $BUILD_DIR:/data -w /data hashicorp/terraform:light validate -json
33+
docker run -i --rm -v $BUILD_DIR:/data -w /data hashicorp/terraform:light init -backend=false
34+
docker run -i --rm -v $BUILD_DIR:/data -w /data hashicorp/terraform:light validate -json
3535

3636
echo "✅ Passed Terraform HCL Validation"

0 commit comments

Comments
 (0)