Skip to content

Commit 48da6ef

Browse files
authored
fix: typo
1 parent 90e1f4d commit 48da6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ data "coder_external_auth" "github" {
66
}
77

88
data "coder_external_auth" "azure-identity" {
9-
id = "azure-identiy"
9+
id = "azure-identity"
1010
optional = true
1111
}

0 commit comments

Comments
 (0)