Skip to content

Commit a6be242

Browse files
committed
short coder_external_auth example
1 parent db3bfe0 commit a6be242

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
provider "coder" {}
2+
3+
4+
data "coder_external_auth" "github" {
5+
id = "github"
6+
}
7+
8+
data "coder_external_auth" "azure-identity" {
9+
id = "azure-identiy"
10+
optional = true
11+
}

0 commit comments

Comments
 (0)