We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfd35f commit aee79c4Copy full SHA for aee79c4
docs/data-sources/external_auth.md
@@ -21,7 +21,7 @@ data "coder_external_auth" "github" {
21
}
22
23
data "coder_external_auth" "azure-identity" {
24
- id = "azure-identiy"
+ id = "azure-identity"
25
optional = true
26
27
```
examples/data-sources/coder_external_auth/data-source.tf
@@ -6,6 +6,6 @@ data "coder_external_auth" "github" {
6
7
8
9
10
11
0 commit comments