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 90e1f4d commit 48da6efCopy full SHA for 48da6ef
examples/data-sources/coder_external_auth/data-source.tf
@@ -6,6 +6,6 @@ data "coder_external_auth" "github" {
6
}
7
8
data "coder_external_auth" "azure-identity" {
9
- id = "azure-identiy"
+ id = "azure-identity"
10
optional = true
11
0 commit comments