File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:none
2+
3+ ```
Original file line number Diff line number Diff line change @@ -27,11 +27,17 @@ programatically via API. To convert it into an external brands
2727please 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
Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ manually created via the GCP console. This restriction is due to the existing AP
2929in 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
3439state as plain-text. [ Read more about sensitive data in state] ( /docs/state/sensitive-data.html ) .
You can’t perform that action at this time.
0 commit comments