Skip to content

Commit 876b948

Browse files
committed
doc fix in auth tokens
1 parent 421fa14 commit 876b948

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/identity/auth_tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The following arguments are supported:
7474

7575
The following attributes are exported:
7676

77-
* `auth_tokens` - The list of auth_tokens.
77+
* `tokens` - The list of tokens.
7878

7979
### Example Usage
8080

provider/identity_auth_tokens_data_source.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ func AuthTokensDataSource() *schema.Resource {
2020
Type: schema.TypeString,
2121
Required: true,
2222
},
23-
// @CODEGEN 06/2018: auth_tokens => tokens
2423
"tokens": {
2524
Type: schema.TypeList,
2625
Computed: true,

0 commit comments

Comments
 (0)