Skip to content

Commit 8faab01

Browse files
add docs for appengine application iap block (#3495) (#2053)
Signed-off-by: Modular Magician <[email protected]>
1 parent 8e4e6f1 commit 8faab01

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.changelog/3495.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/app_engine_application.html.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Allows creation and management of an App Engine application.
1616
successfully deleted; this is a limitation of Terraform, and will go away in the future.
1717
Terraform is not able to delete App Engine applications.
1818

19+
~> **Warning:** All arguments including `iap.oauth2_client_secret` will be stored in the raw
20+
state as plain-text. [Read more about sensitive data in state](/docs/state/sensitive-data.html).
21+
1922
## Example Usage
2023

2124
```hcl
@@ -51,6 +54,13 @@ The following arguments are supported:
5154
* `split_health_checks` - (Required) Set to false to use the legacy health check instead of the readiness
5255
and liveness checks.
5356

57+
* `iap` - (Optional) Settings for enabling Cloud Identity Aware Proxy
58+
59+
* `oauth2_client_id` - (Required) OAuth2 client ID to use for the authentication flow.
60+
61+
* `oauth2_client_secret` - (Required) OAuth2 client secret to use for the authentication flow.
62+
The SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field.
63+
5464
## Attributes Reference
5565

5666
In addition to the arguments listed above, the following computed attributes are
@@ -72,6 +82,10 @@ exported:
7282

7383
* `gcr_domain` - The GCR domain used for storing managed Docker images for this app.
7484

85+
* `iap` - Settings for enabling Cloud Identity Aware Proxy
86+
87+
* `oauth2_client_secret_sha256` - Hex-encoded SHA-256 hash of the client secret.
88+
7589
## Timeouts
7690

7791
This resource provides the following

0 commit comments

Comments
 (0)