Skip to content

Commit aee79c4

Browse files
authored
fix: typo in data coder_external_auth example and docs (#420)
1 parent 9cfd35f commit aee79c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data-sources/external_auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ data "coder_external_auth" "github" {
2121
}
2222
2323
data "coder_external_auth" "azure-identity" {
24-
id = "azure-identiy"
24+
id = "azure-identity"
2525
optional = true
2626
}
2727
```

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)