Skip to content

Commit 4055725

Browse files
committed
remove example
1 parent f9df3bc commit 4055725

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed

examples/data-sources/coder_git_auth/data-source.tf

-20
This file was deleted.

integration/test-data-source/main.tf

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ terraform {
99
}
1010
}
1111

12-
// TODO: test coder_external_auth and coder_git_auth
12+
// TODO: test coder_external_auth
1313
// data coder_external_auth "me" {}
14-
// data coder_git_auth "me" {}
1514
data "coder_provisioner" "me" {}
1615
data "coder_workspace" "me" {}
1716
data "coder_workspace_owner" "me" {}

integration/workspace-owner/main.tf

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ terraform {
99
}
1010
}
1111

12-
// TODO: test coder_external_auth and coder_git_auth
12+
// TODO: test coder_external_auth
1313
// data coder_external_auth "me" {}
14-
// data coder_git_auth "me" {}
1514
data "coder_provisioner" "me" {}
1615
data "coder_workspace" "me" {}
1716
data "coder_workspace_owner" "me" {}

0 commit comments

Comments
 (0)