See this link
This file contains 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
$ 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 |
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:
- Create a new diagram with diagrams.net (formerly draw.io)
- Go to File > Open From > URL
- Insert this url (it points to the xml data below):
https://gist.githubusercontent.com/dornfeder/13abff279de357f048e474d4ed6c692d/raw/f5efc838bd34429e59e38063bd348b7a86457d18/git-diagram-template.xml
- Customize as needed for your team.