Skip to content

Instantly share code, notes, and snippets.

@shanoor
shanoor / debug.log
Created November 21, 2023 10:55
Terraform plan debug output
This file has been truncated, but you can view the full file.
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
[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/"