File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
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 @@ -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
5666In 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
7791This resource provides the following
You can’t perform that action at this time.
0 commit comments