This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2023-11-21T11:44:13.293+0100 [INFO] Terraform version: 1.6.4 | |
2023-11-21T11:44:13.294+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.36.0 | |
2023-11-21T11:44:13.294+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.19.1 | |
2023-11-21T11:44:13.294+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1 | |
2023-11-21T11:44:13.294+0100 [DEBUG] using github.com/zclconf/go-cty v1.14.1 | |
2023-11-21T11:44:13.294+0100 [INFO] Go runtime version: go1.21.3 | |
2023-11-21T11:44:13.294+0100 [INFO] CLI args: []string{"C:\\ProgramData\\chocolatey\\lib\\terraform\\tools\\terraform.exe", "plan"} | |
2023-11-21T11:44:13.296+0100 [DEBUG] Attempting to open CLI config file: C:\Users\user\AppData\Roaming\terraform.rc | |
2023-11-21T11:44:13.296+0100 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2023-11-21T11:44:13.305+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description = Copy CIFS mount | |
After = network.target | |
[Service] | |
Type = oneshot | |
RemainAfterExit = yes | |
TimeoutStartSec = 0 | |
ExecStartPre = -/usr/bin/mkdir -p /opt/sbin | |
ExecStart = /bin/sh -c "rm -fr /opt/sbin && rsync -a /usr/sbin/ /opt/sbin/ && /usr/bin/docker run -v /opt/sbin:/target so0k/mount.cifs_copy /target && mount --bind /opt/sbin/ /usr/sbin/" |