You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`archive` (String) Name of the sink archive type to use. Defaults to the value of sink_name. Must be formatted as a URL, e.g. 'builtin://jdbc-clickhouse
-`archive` (String) Name of the sink archive type to use. Defaults to the value of sink_name. Must be formatted as a URL, e.g. 'builtin://jdbc-clickhouse'
92
+
-`cloud_provider` (String, Deprecated) Cloud provider (deprecated, use `cluster` instead)
93
+
-`cluster` (String) Name of the pulsar cluster in which to create the sink. If left blank, the name will be inferred from the cloud provider and region.
93
94
-`deletion_protection` (Boolean) Whether or not to allow Terraform to destroy this streaming sink. Unless this field is set to false in Terraform state, a `terraform destroy` or `terraform apply` command that deletes the instance will fail. Defaults to `true`.
94
-
-`pulsar_cluster` (String) Name of the pulsar cluster in which to create the sink. If left blank, the name will be inferred from thecloud provider and region
95
-
-`region` (String, Deprecated) cloud region
95
+
-`pulsar_cluster` (String, Deprecated) Name of the pulsar cluster in which to create the sink. If left blank, the name will be inferred from the cloud provider and region.
96
+
-`region` (String, Deprecated) cloud region (deprecated, use `cluster` instead)
96
97
97
98
### Read-Only
98
99
99
-
-`id` (String) The ID of this resource.
100
+
-`id` (String) Unique ID in the form cluster_name/tenant_name/namespace/sink_name
0 commit comments