Skip to content

Commit

Permalink
Fix wrong field value example in the iap client resource (hashicorp#1…
Browse files Browse the repository at this point in the history
…1124)

[upstream:e0ef75935164a4a48fb3464bb7bfa91f513db760]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician committed Jul 9, 2024
1 parent e1ac834 commit fd98c39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/11124.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google/services/iap/resource_iap_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func ResourceIapClient() *schema.Resource {
ForceNew: true,
Description: `Identifier of the brand to which this client
is attached to. The format is
'projects/{project_number}/brands/{brand_id}/identityAwareProxyClients/{client_id}'.`,
'projects/{project_number}/brands/{brand_id}'.`,
},
"display_name": {
Type: schema.TypeString,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/iap_client.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The following arguments are supported:
(Required)
Identifier of the brand to which this client
is attached to. The format is
`projects/{project_number}/brands/{brand_id}/identityAwareProxyClients/{client_id}`.
`projects/{project_number}/brands/{brand_id}`.


- - -
Expand Down

0 comments on commit fd98c39

Please sign in to comment.