diff --git a/docs/data-sources/kafka_cluster_data.md b/docs/data-sources/kafka_cluster_data.md index d53ac28..de486e7 100644 --- a/docs/data-sources/kafka_cluster_data.md +++ b/docs/data-sources/kafka_cluster_data.md @@ -43,5 +43,3 @@ data "upstash_kafka_cluster_data" "clusterData" { - `tcp_endpoint` (String) TCP Endpoint of the cluster - `type` (String) Type of the cluster - `username` (String) Base64 encoded username for the cluster - - diff --git a/docs/data-sources/kafka_connector_data.md b/docs/data-sources/kafka_connector_data.md index 088cff0..37c9645 100644 --- a/docs/data-sources/kafka_connector_data.md +++ b/docs/data-sources/kafka_connector_data.md @@ -42,5 +42,3 @@ data "upstash_kafka_connector_data" "kafkaConnectorData" { - `topics` (List of String) Topics for the connector - `ttl` (Number) TTL for the connector - `user_password` (String, Sensitive) User password for the connector - - diff --git a/docs/data-sources/kafka_credential_data.md b/docs/data-sources/kafka_credential_data.md index 61182aa..0beaf2f 100644 --- a/docs/data-sources/kafka_credential_data.md +++ b/docs/data-sources/kafka_credential_data.md @@ -36,5 +36,3 @@ data "upstash_kafka_credential_data" "kafkaCredentialData" { - `state` (String) State of the credential(active or deleted) - `topic` (String) Name of the kafka topic - `username` (String) Username to be used for the kafka credential - - diff --git a/docs/data-sources/kafka_topic_data.md b/docs/data-sources/kafka_topic_data.md index a27882e..a54cde7 100644 --- a/docs/data-sources/kafka_topic_data.md +++ b/docs/data-sources/kafka_topic_data.md @@ -43,5 +43,3 @@ data "upstash_kafka_topic_data" "kafkaTopicData" { - `tcp_endpoint` (String) TCP Endpoint of the topic - `topic_name` (String) Name of the kafka topic - `username` (String) Base64 encoded username to be used in authenticating to the cluster - - diff --git a/docs/data-sources/qstash_endpoint_data.md b/docs/data-sources/qstash_endpoint_data.md index c5d24d4..48318c4 100644 --- a/docs/data-sources/qstash_endpoint_data.md +++ b/docs/data-sources/qstash_endpoint_data.md @@ -30,5 +30,3 @@ data "upstash_qstash_endpoint_data" "exampleQstashEndpointData" { - `endpoint_id` (String) Unique Qstash Endpoint ID - `id` (String) The ID of this resource. - `url` (String) URL of the endpoint - - diff --git a/docs/data-sources/qstash_schedule_data.md b/docs/data-sources/qstash_schedule_data.md index e962b0d..7328da3 100644 --- a/docs/data-sources/qstash_schedule_data.md +++ b/docs/data-sources/qstash_schedule_data.md @@ -35,5 +35,3 @@ data "upstash_qstash_schedule_data" "exampleQstashScheduleData" { - `id` (String) The ID of this resource. - `not_before` (Number) Start time for Qstash Schedule - `retries` (Number) Retries for Qstash Schedule. Either Topic ID or valid URL - - diff --git a/docs/data-sources/qstash_schedule_v2_data.md b/docs/data-sources/qstash_schedule_v2_data.md index a68db38..996fb22 100644 --- a/docs/data-sources/qstash_schedule_v2_data.md +++ b/docs/data-sources/qstash_schedule_v2_data.md @@ -34,5 +34,3 @@ description: |- - `destination` (String) Destination for Qstash Schedule. Either Topic Name or valid URL - `id` (String) The ID of this resource. - `method` (String) Method of Http Request on QStash - - diff --git a/docs/data-sources/qstash_topic_data.md b/docs/data-sources/qstash_topic_data.md index 5d5f19e..8957ee0 100644 --- a/docs/data-sources/qstash_topic_data.md +++ b/docs/data-sources/qstash_topic_data.md @@ -24,5 +24,3 @@ description: |- - `endpoints` (List of Map of String) Endpoints for the Qstash Topic - `id` (String) The ID of this resource. - `name` (String) Name of the Qstash Topic - - diff --git a/docs/data-sources/qstash_topic_v2_data.md b/docs/data-sources/qstash_topic_v2_data.md index 92ce85b..1c6f2cb 100644 --- a/docs/data-sources/qstash_topic_v2_data.md +++ b/docs/data-sources/qstash_topic_v2_data.md @@ -25,5 +25,3 @@ description: |- - `endpoints` (Set of String) Endpoints for the Qstash Topic - `id` (String) The ID of this resource. - `updated_at` (Number) Last Update time for Qstash Topic. - - diff --git a/docs/data-sources/redis_database_data.md b/docs/data-sources/redis_database_data.md index 0a37ac5..0e74352 100644 --- a/docs/data-sources/redis_database_data.md +++ b/docs/data-sources/redis_database_data.md @@ -46,12 +46,10 @@ data "upstash_redis_database_data" "exampleDBData" { - `password` (String, Sensitive) Password of the database - `port` (Number) Port of the endpoint - `primary_region` (String) Primary region for the database -- `read_only_rest_token` (String) Rest Token for the database. +- `read_only_rest_token` (String, Sensitive) Rest Token for the database. - `read_regions` (Set of String) Read regions for the database - `region` (String) region of the database. Possible values are: "global", "eu-west-1", "us-east-1", "us-west-1", "ap-northeast-1" , "eu-central1" - `rest_token` (String, Sensitive) Rest Token for the database. - `state` (String) State of the database - `tls` (Boolean) When enabled data is encrypted in transit - `user_email` (String) User email for the database - - diff --git a/docs/data-sources/team_data.md b/docs/data-sources/team_data.md index 28a8263..1eb86a3 100644 --- a/docs/data-sources/team_data.md +++ b/docs/data-sources/team_data.md @@ -31,5 +31,3 @@ data "upstash_team_data" "teamData" { - `id` (String) The ID of this resource. - `team_members` (Map of String) Members of the team. Email addresses are given as the keys with their roles as the values. - `team_name` (String) Name of the team - - diff --git a/docs/index.md b/docs/index.md index 8718383..8e15524 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,5 +31,5 @@ Plese see our [API KEY documentation](https://docs.upstash.com/howto/developerap ### Required -- **api_key** (String, Sensitive) -- **email** (String) +- `api_key` (String, Sensitive) +- `email` (String) diff --git a/docs/resources/kafka_cluster.md b/docs/resources/kafka_cluster.md index b452a12..2dd37f4 100644 --- a/docs/resources/kafka_cluster.md +++ b/docs/resources/kafka_cluster.md @@ -48,5 +48,3 @@ resource "upstash_kafka_cluster" "exampleCluster" { - `tcp_endpoint` (String) TCP Endpoint of the cluster - `type` (String) Type of the cluster - `username` (String) Base64 encoded username for the cluster - - diff --git a/docs/resources/kafka_connector.md b/docs/resources/kafka_connector.md index 1ffb2ee..c594de8 100644 --- a/docs/resources/kafka_connector.md +++ b/docs/resources/kafka_connector.md @@ -71,5 +71,3 @@ resource "upstash_kafka_connector" "exampleKafkaConnector" { - `connector_id` (String) Unique Connector ID for created connector - `creation_time` (Number) Creation of the connector - `id` (String) The ID of this resource. - - diff --git a/docs/resources/kafka_credential.md b/docs/resources/kafka_credential.md index 141d4e2..62ebafa 100644 --- a/docs/resources/kafka_credential.md +++ b/docs/resources/kafka_credential.md @@ -63,5 +63,3 @@ resource "upstash_kafka_credential" "exampleKafkaCredentialAllTopics" { - `password` (String, Sensitive) Password to be used in authenticating to the cluster - `state` (String) State of the credential(active or deleted) - `username` (String) Username to be used for the kafka credential - - diff --git a/docs/resources/kafka_topic.md b/docs/resources/kafka_topic.md index be43eb1..b2a4060 100644 --- a/docs/resources/kafka_topic.md +++ b/docs/resources/kafka_topic.md @@ -62,5 +62,3 @@ resource "upstash_kafka_topic" "exampleKafkaTopic" { - `tcp_endpoint` (String) TCP Endpoint of the kafka topic - `topic_id` (String) Unique Cluster ID for created topic - `username` (String) Base64 encoded username to be used in authenticating to the cluster - - diff --git a/docs/resources/qstash_endpoint.md b/docs/resources/qstash_endpoint.md index 6b17bc6..537d79e 100644 --- a/docs/resources/qstash_endpoint.md +++ b/docs/resources/qstash_endpoint.md @@ -32,5 +32,3 @@ resource "upstash_qstash_endpoint" "exampleQstashEndpoint" { - `endpoint_id` (String) Unique Qstash Endpoint ID - `id` (String) The ID of this resource. - `topic_name` (String) Unique Qstash Topic Name for Endpoint - - diff --git a/docs/resources/qstash_schedule.md b/docs/resources/qstash_schedule.md index 676e2db..ef4f5f8 100644 --- a/docs/resources/qstash_schedule.md +++ b/docs/resources/qstash_schedule.md @@ -47,5 +47,3 @@ resource "upstash_qstash_schedule" "exampleQstashSchedule" { - `created_at` (Number) Creation time for Qstash Schedule. - `id` (String) The ID of this resource. - `schedule_id` (String) Unique Qstash Schedule ID for requested schedule - - diff --git a/docs/resources/qstash_schedule_v2.md b/docs/resources/qstash_schedule_v2.md index cde4203..6587045 100644 --- a/docs/resources/qstash_schedule_v2.md +++ b/docs/resources/qstash_schedule_v2.md @@ -36,5 +36,3 @@ description: |- - `header` (String) Headers for the QStash schedule - `id` (String) The ID of this resource. - `schedule_id` (String) Unique Qstash Schedule ID for requested schedule - - diff --git a/docs/resources/qstash_topic.md b/docs/resources/qstash_topic.md index 5c85607..610e110 100644 --- a/docs/resources/qstash_topic.md +++ b/docs/resources/qstash_topic.md @@ -30,5 +30,3 @@ resource "upstash_qstash_topic" "exampleQstashTopic" { - `endpoints` (List of Map of String) Endpoints for the Qstash Topic - `id` (String) The ID of this resource. - `topic_id` (String) Unique Qstash Topic ID for requested topic - - diff --git a/docs/resources/qstash_topic_v2.md b/docs/resources/qstash_topic_v2.md index 415c326..9a50172 100644 --- a/docs/resources/qstash_topic_v2.md +++ b/docs/resources/qstash_topic_v2.md @@ -25,5 +25,3 @@ description: |- - `created_at` (Number) Creation time for Qstash Topic. - `id` (String) The ID of this resource. - `updated_at` (Number) Last Update time for Qstash Topic. - - diff --git a/docs/resources/redis_database.md b/docs/resources/redis_database.md index d212e58..2443284 100644 --- a/docs/resources/redis_database.md +++ b/docs/resources/redis_database.md @@ -15,9 +15,9 @@ description: |- ```terraform resource "upstash_redis_database" "exampleDB" { database_name = "Terraform DB6" - region = "eu-west-1" + region = "global" tls = "true" - multizone = "true" + primary_region = "eu-west-1" } ``` @@ -55,9 +55,7 @@ resource "upstash_redis_database" "exampleDB" { - `id` (String) The ID of this resource. - `password` (String, Sensitive) Password of the database - `port` (Number) Port of the endpoint -- `read_only_rest_token` (String) Rest Token for the database. +- `read_only_rest_token` (String, Sensitive) Rest Token for the database. - `rest_token` (String, Sensitive) Rest Token for the database. - `state` (String) State of the database - `user_email` (String) User email for the database - - diff --git a/docs/resources/team.md b/docs/resources/team.md index 6f9d2be..f281d57 100644 --- a/docs/resources/team.md +++ b/docs/resources/team.md @@ -39,5 +39,3 @@ resource "upstash_team" "exampleTeam" { - `id` (String) The ID of this resource. - `team_id` (String) Unique Cluster ID for created cluster - - diff --git a/upstash/kafka/cluster/data_source.go b/upstash/kafka/cluster/data_source.go index a0ad6c9..59ec0c4 100644 --- a/upstash/kafka/cluster/data_source.go +++ b/upstash/kafka/cluster/data_source.go @@ -89,5 +89,6 @@ func DataSourceCluster() *schema.Resource { Description: "Creation time of the cluster", }, }, + DeprecationMessage: "Upstash Kafka service is deprecated. It's no longer possible to create new clusters, but existing clusters will be continued until March 2025. For further information regarding this issue, see https://upstash.com/blog/workflow-kafka", } }