Skip to content

Commit fc047fd

Browse files
committed
tweak docs
1 parent 7b6606a commit fc047fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data-sources/external_auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use this data source to require users to authenticate with an external service p
2121

2222
### Optional
2323

24-
- `optional` (Boolean) Connecting to the external auth provider is not required, and can be skipped by users.
24+
- `optional` (Boolean) Authenticating with the external auth provider is not required, and can be skipped by users when creating or updating workspaces
2525

2626
### Read-Only
2727

provider/externalauth.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func externalAuthDataSource() *schema.Resource {
3737
},
3838
"optional": {
3939
Type: schema.TypeBool,
40-
Description: "Connecting to the external auth provider is not required, and can be skipped by users.",
40+
Description: "Authenticating with the external auth provider is not required, and can be skipped by users when creating or updating workspaces",
4141
Optional: true,
4242
},
4343
},

0 commit comments

Comments
 (0)