Skip to content

Instantly share code, notes, and snippets.

@dornfeder
dornfeder / gist:fd9104918f5d891fd48b593e4a96d5d2
Created September 28, 2022 08:36
terraform output trace
$ export TF_LOG=trace && terraform output -json
2022-09-28T09:29:24.730+0200 [INFO] Terraform version: 1.3.0
2022-09-28T09:29:24.875+0200 [DEBUG] using github.com/hashicorp/go-tfe v1.9.0
2022-09-28T09:29:24.875+0200 [DEBUG] using github.com/hashicorp/hcl/v2 v2.14.0
2022-09-28T09:29:24.876+0200 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2
2022-09-28T09:29:24.876+0200 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
2022-09-28T09:29:24.876+0200 [DEBUG] using github.com/zclconf/go-cty v1.11.0
2022-09-28T09:29:24.876+0200 [INFO] Go runtime version: go1.19.1
2022-09-28T09:29:24.877+0200 [INFO] CLI args: []string{"C:\\ProgramData\\chocolatey\\lib\\terraform\\tools\\terraform.exe", "output", "-json"}
2022-09-28T09:29:24.878+0200 [TRACE] Stdout is a terminal of width 142

Shark Verifier Bookmarklet

Install

See this link

@dornfeder
dornfeder / Readme.md
Last active January 24, 2024 09:38
Git Branching Diagram Template

Git Branching Diagram Template for diagrams.net

This is my own variant of a git branching diagram template based on Bryan Braun's great template.

You can use this diagram as a template to create your own git branching diagrams. Here's how:

  1. Create a new diagram with diagrams.net (formerly draw.io)
  2. Go to File > Open From > URL
  3. Insert this url (it points to the xml data below): https://gist.githubusercontent.com/dornfeder/13abff279de357f048e474d4ed6c692d/raw/f5efc838bd34429e59e38063bd348b7a86457d18/git-diagram-template.xml
  4. Customize as needed for your team.