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
After importing a streaming tenant, some state values are still unknown.
Make sure that the region in the state is not overridden by an empty
plan value.
Also deprecate the use of cloud_provider and region for streaming
tenant.
Copy file name to clipboardExpand all lines: docs/resources/streaming_tenant.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,10 +75,10 @@ output "web_socket_url" {
75
75
76
76
### Optional
77
77
78
-
-`cloud_provider` (String) Cloud provider, one of `aws`, `gcp`, or `azure`. Required if `cluster_name` is not set.
78
+
-`cloud_provider` (String, Deprecated) Cloud provider, one of `aws`, `gcp`, or `azure`. Required if `cluster_name` is not set.
79
79
-`cluster_name` (String) Pulsar cluster name. Required if `cloud_provider` and `region` are not specified.
80
80
-`deletion_protection` (Boolean) Whether or not to allow Terraform to destroy this tenant. 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`.
81
-
-`region` (String) Cloud provider region. Required if `cluster_name` is not set.
81
+
-`region` (String, Deprecated) Cloud provider region. Required if `cluster_name` is not set.
82
82
-`topic` (String, Deprecated) Streaming tenant topic. Please use the `astra_streaming_topic` resource instead.
0 commit comments