File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
provisioner/terraform/testdata Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ version)
21
21
;;
22
22
init)
23
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
24
+ echo >&2 " Error: Failed to install provider"
25
+ echo >&2 " Error while installing coder/coder v1.0.4: open"
26
+ echo >&2 " /home/coder/.cache/coder/provisioner-0/tf/registry.terraform.io/coder/coder/1.0.3/linux_amd64/terraform-provider-coder_v1.0.4:"
27
+ echo >&2 " text file busy"
28
+ exit 1
29
29
;;
30
30
plan)
31
31
echo " plan not supported"
38
38
esac
39
39
40
40
exit 10
41
-
42
-
You can’t perform that action at this time.
0 commit comments