Skip to content

Instantly share code, notes, and snippets.

@johnstcn
Created September 5, 2023 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnstcn/e9e4319e146128e53d16dfecb5f29dbe to your computer and use it in GitHub Desktop.
Save johnstcn/e9e4319e146128e53d16dfecb5f29dbe to your computer and use it in GitHub Desktop.
tree /tmp/coder
coder-b5fcdc954-8ms2s:~$ tree /tmp/coder
/tmp/coder
├── provisioner-0
│ ├── tf
│ │ └── registry.terraform.io
│ │ ├── coder
│ │ │ └── coder
│ │ │ ├── 0.10.0
│ │ │ │ └── linux_amd64
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── terraform-provider-coder_v0.10.0
│ │ │ ├── 0.11.2
│ │ │ │ └── linux_amd64
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── terraform-provider-coder_v0.11.2
│ │ │ ├── 0.7.0
│ │ │ │ └── linux_amd64
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── terraform-provider-coder_v0.7.0
│ │ │ └── 0.8.3
│ │ │ └── linux_amd64
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ └── terraform-provider-coder_v0.8.3
│ │ └── hashicorp
│ │ ├── kubernetes
│ │ │ ├── 2.12.1
│ │ │ │ └── linux_amd64
│ │ │ │ └── terraform-provider-kubernetes_v2.12.1_x5
│ │ │ └── 2.23.0
│ │ │ └── linux_amd64
│ │ │ └── terraform-provider-kubernetes_v2.23.0_x5
│ │ └── null
│ │ └── 3.2.1
│ │ └── linux_amd64
│ │ └── terraform-provider-null_v3.2.1_x5
│ └── work
│ └── Session153a861e-4a13-4cb4-8bb0-3b94fef1ebd2
│ ├── Makefile
│ ├── README.md
│ └── main.tf
├── provisioner-1
│ ├── tf
│ │ └── registry.terraform.io
│ │ ├── coder
│ │ │ └── coder
│ │ │ ├── 0.10.0
│ │ │ │ └── linux_amd64
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── terraform-provider-coder_v0.10.0
│ │ │ ├── 0.11.2
│ │ │ │ └── linux_amd64
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── terraform-provider-coder_v0.11.2
│ │ │ ├── 0.7.0
│ │ │ │ └── linux_amd64
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── terraform-provider-coder_v0.7.0
│ │ │ └── 0.8.3
│ │ │ └── linux_amd64
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ └── terraform-provider-coder_v0.8.3
│ │ └── hashicorp
│ │ ├── kubernetes
│ │ │ ├── 2.12.1
│ │ │ │ └── linux_amd64
│ │ │ │ └── terraform-provider-kubernetes_v2.12.1_x5
│ │ │ └── 2.23.0
│ │ │ └── linux_amd64
│ │ │ └── terraform-provider-kubernetes_v2.23.0_x5
│ │ └── null
│ │ └── 3.2.1
│ │ └── linux_amd64
│ │ └── terraform-provider-null_v3.2.1_x5
│ └── work
│ └── Session4ecfe7f7-0156-4221-a0e2-094031941d21
│ ├── Makefile
│ ├── README.md
│ └── main.tf
├── provisioner-2
│ ├── tf
│ │ └── registry.terraform.io
│ │ ├── coder
│ │ │ └── coder
│ │ │ ├── 0.10.0
│ │ │ │ └── linux_amd64
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ └── terraform-provider-coder_v0.10.0
│ │ │ └── 0.11.2
│ │ │ └── linux_amd64
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ └── terraform-provider-coder_v0.11.2
│ │ └── hashicorp
│ │ └── kubernetes
│ │ ├── 2.12.1
│ │ │ └── linux_amd64
│ │ │ └── terraform-provider-kubernetes_v2.12.1_x5
│ │ └── 2.23.0
│ │ └── linux_amd64
│ │ └── terraform-provider-kubernetes_v2.23.0_x5
│ └── work
│ └── Sessionafaabbf1-ab56-46a8-b823-cd06f9ddcfa4
│ ├── Makefile
│ ├── README.md
│ ├── main.tf
│ └── terraform.tfplan
└── site
└── bin
├── coder-darwin-amd64
├── coder-darwin-arm64
├── coder-linux-amd64
├── coder-linux-arm64
├── coder-linux-armv7
├── coder-windows-amd64.exe
└── coder-windows-arm64.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment