Skip to content

Commit 9041a89

Browse files
Fix wrong field value example in the iap client resource (#11124) (#7697)
[upstream:e0ef75935164a4a48fb3464bb7bfa91f513db760] Signed-off-by: Modular Magician <[email protected]>
1 parent 4bcc461 commit 9041a89

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/11124.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/services/iap/resource_iap_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func ResourceIapClient() *schema.Resource {
5353
ForceNew: true,
5454
Description: `Identifier of the brand to which this client
5555
is attached to. The format is
56-
'projects/{project_number}/brands/{brand_id}/identityAwareProxyClients/{client_id}'.`,
56+
'projects/{project_number}/brands/{brand_id}'.`,
5757
},
5858
"display_name": {
5959
Type: schema.TypeString,

website/docs/r/iap_client.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following arguments are supported:
7676
(Required)
7777
Identifier of the brand to which this client
7878
is attached to. The format is
79-
`projects/{project_number}/brands/{brand_id}/identityAwareProxyClients/{client_id}`.
79+
`projects/{project_number}/brands/{brand_id}`.
8080

8181

8282
- - -

0 commit comments

Comments
 (0)