Skip to content

Commit e7fd56d

Browse files
add documentation about PATCH/DELETE methods (#3955) (#2464)
Signed-off-by: Modular Magician <[email protected]>
1 parent 39f6331 commit e7fd56d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.changelog/3955.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+
```

website/docs/r/iap_brand.html.markdown

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,17 @@ programatically via API. To convert it into an external brands
2727
please use the GCP Console.
2828

2929

30-
~> **Note:** Brands can be created only once for a Google Cloud Platform
31-
project and cannot be deleted. Destroying a Terraform-managed Brand
32-
will remove it from state but *will not delete the resource on the server.*
30+
~> **Note:** Brands can only be created once for a Google Cloud
31+
project and the underlying Google API doesn't not support DELETE or PATCH methods.
32+
Destroying a Terraform-managed Brand will remove it from state
33+
but *will not delete it from Google Cloud.*
3334

3435

36+
To get more information about Brand, see:
37+
38+
* [API documentation](https://cloud.google.com/iap/docs/reference/rest/v1/projects.brands)
39+
* How-to Guides
40+
* [Setting up IAP Brand](https://cloud.google.com/iap/docs/tutorial-gce#set_up_iap)
3541

3642
## Example Usage - Iap Brand
3743

website/docs/r/iap_client.html.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ manually created via the GCP console. This restriction is due to the existing AP
2929
in this tool.
3030

3131

32+
To get more information about Client, see:
33+
34+
* [API documentation](https://cloud.google.com/iap/docs/reference/rest/v1/projects.brands.identityAwareProxyClients)
35+
* How-to Guides
36+
* [Setting up IAP Client](https://cloud.google.com/iap/docs/authentication-howto)
3237

3338
~> **Warning:** All arguments including `secret` will be stored in the raw
3439
state as plain-text. [Read more about sensitive data in state](/docs/state/sensitive-data.html).

0 commit comments

Comments
 (0)