Skip to content

Commit 267aedb

Browse files
authored
Merge pull request #41 from ngrok/pr/generated-7bf238437b
Update generated files
2 parents 2a24615 + 6f9b1cd commit 267aedb

8 files changed

+2069
-380
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!-- Code generated for API Clients. DO NOT EDIT. -->
22

3+
## 0.4.0
4+
* Added support for Cloud Endpoints (currently in private beta).
5+
36
## 0.3.0
47

58
ENHANCEMENTS:

docs/resources/event_destination.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,26 @@ resource "ngrok_event_destination" "example" {
5353

5454
Optional:
5555

56+
- **azure_logs_ingestion** (Block Set) (see [below for nested schema](#nestedblock--target--azure_logs_ingestion))
5657
- **cloudwatch_logs** (Block Set) Configuration used to send events to Amazon CloudWatch Logs. (see [below for nested schema](#nestedblock--target--cloudwatch_logs))
5758
- **datadog** (Block Set) Configuration used to send events to Datadog. (see [below for nested schema](#nestedblock--target--datadog))
5859
- **debug** (Block Set) Configuration used for internal debugging. (see [below for nested schema](#nestedblock--target--debug))
5960
- **firehose** (Block Set) Configuration used to send events to Amazon Kinesis Data Firehose. (see [below for nested schema](#nestedblock--target--firehose))
6061
- **kinesis** (Block Set) Configuration used to send events to Amazon Kinesis. (see [below for nested schema](#nestedblock--target--kinesis))
6162

63+
<a id="nestedblock--target--azure_logs_ingestion"></a>
64+
### Nested Schema for `target.azure_logs_ingestion`
65+
66+
Required:
67+
68+
- **client_id** (String) Client ID for the application client
69+
- **client_secret** (String) Client Secret for the application client
70+
- **data_collection_rule_id** (String) Data collection rule immutable ID
71+
- **data_collection_stream_name** (String) Data collection stream name to use as destination, located inside the DCR
72+
- **logs_ingestion_uri** (String) Data collection endpoint logs ingestion URI
73+
- **tenant_id** (String) Tenant ID for the Azure account
74+
75+
6276
<a id="nestedblock--target--cloudwatch_logs"></a>
6377
### Nested Schema for `target.cloudwatch_logs`
6478

docs/resources/reserved_domain.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ resource "ngrok_reserved_domain" "example" {
3838
- **certificate_management_policy** (Block Set) configuration for automatic management of TLS certificates for this domain, or null if automatic management is disabled (see [below for nested schema](#nestedblock--certificate_management_policy))
3939
- **description** (String) human-readable description of what this reserved domain will be used for
4040
- **domain** (String) hostname of the reserved domain
41+
- **error_redirect_url** (String) Custom URL with CEL Expression Variable support for redirecting when an ngrok error occurs. Max 10000 bytes.
4142
- **http_endpoint_configuration_id** (String) ID of an endpoint configuration of type http that will be used to handle inbound http traffic to this domain
4243
- **https_endpoint_configuration_id** (String) ID of an endpoint configuration of type https that will be used to handle inbound https traffic to this domain
4344
- **metadata** (String) arbitrary user-defined machine-readable data of this reserved domain. Optional, max 4096 bytes.
@@ -56,6 +57,6 @@ resource "ngrok_reserved_domain" "example" {
5657
Optional:
5758

5859
- **authority** (String) certificate authority to request certificates from. The only supported value is letsencrypt.
59-
- **private_key_type** (String) type of private key to use when requesting certificates. Defaults to rsa, can be either rsa or ecdsa.
60+
- **private_key_type** (String) type of private key to use when requesting certificates. Defaults to ecdsa, can be either rsa or ecdsa.
6061

6162

0 commit comments

Comments
 (0)