Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 5030fcb

Browse files
committed
add coder workspace me
1 parent cff60c4 commit 5030fcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

github-upload-public-key/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ variable "external_auth_id" {
2020
default = "github"
2121
}
2222

23+
data "coder_workspace" "me" {}
24+
2325
resource "coder_script" "github_upload_public_key" {
2426
agent_id = var.agent_id
2527
script = templatefile("${path.module}/run.sh", {

0 commit comments

Comments
 (0)