File tree 3 files changed +2
-24
lines changed
examples/data-sources/coder_git_auth
3 files changed +2
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ terraform {
9
9
}
10
10
}
11
11
12
- // TODO: test coder_external_auth and coder_git_auth
12
+ // TODO: test coder_external_auth
13
13
// data coder_external_auth "me" {}
14
- // data coder_git_auth "me" {}
15
14
data "coder_provisioner" "me" {}
16
15
data "coder_workspace" "me" {}
17
16
data "coder_workspace_owner" "me" {}
Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ terraform {
9
9
}
10
10
}
11
11
12
- // TODO: test coder_external_auth and coder_git_auth
12
+ // TODO: test coder_external_auth
13
13
// data coder_external_auth "me" {}
14
- // data coder_git_auth "me" {}
15
14
data "coder_provisioner" "me" {}
16
15
data "coder_workspace" "me" {}
17
16
data "coder_workspace_owner" "me" {}
You can’t perform that action at this time.
0 commit comments