Skip to content

Commit 7c0d9b5

Browse files
Update error in google_service_account_id_token data source docs (#12446) (#8830)
[upstream:6267e19d1182fa86653bca0c977e96c950bb1451] Signed-off-by: Modular Magician <[email protected]>
1 parent 320bfb6 commit 7c0d9b5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/12446.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/d/service_account_id_token.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For more information see
2525
```
2626

2727
## Example Usage - Service Account Impersonation.
28-
`google_service_account_access_token` will use background impersonated credentials provided by [google_service_account_access_token](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/service_account_access_token).
28+
`google_service_account_id_token` will use background impersonated credentials provided by [google_service_account_access_token](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/service_account_access_token).
2929

3030
Note: to use the following, you must grant `target_service_account` the
3131
`roles/iam.serviceAccountTokenCreator` role on itself.

0 commit comments

Comments
 (0)