Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaee79c4

Browse files
authored
fix: typo in data coder_external_auth example and docs (#420)
1 parent9cfd35f commitaee79c4

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)

[8]ページ先頭

©2009-2025 Movatter.jp