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 8066957 commit b6fe07bCopy full SHA for b6fe07b
provisioner/terraform/testdata/fake_text_file_busy.sh
@@ -22,10 +22,10 @@ version)
22
init)
23
echo "init"
24
>&2 echo "Error: Failed to install provider"
25
- >&2 echo " Error while installing coder/coder v1.0.4: open"
26
- >&2 echo " /home/coder/.cache/coder/provisioner-0/tf/registry.terraform.io/coder/coder/1.0.3/linux_amd64/terraform-provider-coder_v1.0.4:"
27
- >&2 echo " text file busy"
28
- exit 1
+ >&2 echo " Error while installing coder/coder v1.0.4: open"
+ >&2 echo " /home/coder/.cache/coder/provisioner-0/tf/registry.terraform.io/coder/coder/1.0.3/linux_amd64/terraform-provider-coder_v1.0.4:"
+ >&2 echo " text file busy"
+ exit 1
29
;;
30
plan)
31
echo "plan not supported"
@@ -38,5 +38,3 @@ apply)
38
esac
39
40
exit 10
41
-
42
0 commit comments