diff --git a/README.md b/README.md index ffc7d40..5b1eca1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Solace PubSub+ Software Event Broker REST Delivery Terraform Module +# Solace PubSub+ Appliance REST Delivery Terraform Module -This Terraform module supports the setup of a [REST consumer](https://docs.solace.com/API/REST/REST-Consumers.htm) on the [Solace PubSub+ Event Broker](https://solace.com/products/event-broker/). +This Terraform module supports the setup of a [REST consumer](https://docs.solace.com/API/REST/REST-Consumers.htm) on the [Solace PubSub+ Appliance](https://solace.com/products/event-broker/). Given a queue on the broker, as a destination for messages to be forwarded to a REST consumer application, this module configures a [REST delivery point](https://docs.solace.com/API/REST/REST-Consumers.htm#_Toc433874658) between the queue and the application. diff --git a/examples/adding-headers/README.md b/examples/adding-headers/README.md index 91553b0..b101bcb 100644 --- a/examples/adding-headers/README.md +++ b/examples/adding-headers/README.md @@ -1,6 +1,6 @@ # Adding REST Request Headers in REST Delivery Configuration Example -Configuration in this directory demonstrates how to specify [request headers](https://docs.solace.com/Services/Managing-RDPs.htm#configuring-request-headers) when configuring [REST messaging](https://docs.solace.com/API/REST/REST-Consumers.htm) on the PubSub+ event broker, leveraging the REST Delivery Terraform module. +Configuration in this directory demonstrates how to specify [request headers](https://docs.solace.com/Services/Managing-RDPs.htm#configuring-request-headers) when configuring [REST messaging](https://docs.solace.com/API/REST/REST-Consumers.htm) on the PubSub+ appliance, leveraging the REST Delivery Terraform module. There are two types of request header resources: @@ -50,7 +50,7 @@ This example will create the following resources: ## Running the Example -### Access to a PubSub+ Event Broker +### Access to a PubSub+ Appliance If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started. diff --git a/examples/basic/README.md b/examples/basic/README.md index 1cd3af6..9f1dd64 100644 --- a/examples/basic/README.md +++ b/examples/basic/README.md @@ -1,6 +1,6 @@ # Basic REST Delivery Configuration Example -Configuration in this directory creates a [REST delivery point and child objects](https://docs.solace.com/API/REST/REST-Consumers.htm#_Toc433874658) on the PubSub+ event broker, with minimum configuration, leveraging the REST Delivery Terraform module. +Configuration in this directory creates a [REST delivery point and child objects](https://docs.solace.com/API/REST/REST-Consumers.htm#_Toc433874658) on the PubSub+ appliance, with minimum configuration, leveraging the REST Delivery Terraform module. ## Module Configuration in the Example @@ -35,7 +35,7 @@ This example will create the following resources: ## Running the Example -### Access to a PubSub+ Event Broker +### Access to a PubSub+ Appliance If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started. diff --git a/examples/using-substitution-expressions/README.md b/examples/using-substitution-expressions/README.md index 209593e..82c4a45 100644 --- a/examples/using-substitution-expressions/README.md +++ b/examples/using-substitution-expressions/README.md @@ -1,6 +1,6 @@ # Using Substitution Expressions in REST Delivery Configuration Example -Configuration in this directory creates a [REST delivery point and child objects](https://docs.solace.com/API/REST/REST-Consumers.htm#_Toc433874658) on the PubSub+ event broker, leveraging the REST Delivery Terraform module. +Configuration in this directory creates a [REST delivery point and child objects](https://docs.solace.com/API/REST/REST-Consumers.htm#_Toc433874658) on the PubSub+ appliance, leveraging the REST Delivery Terraform module. It demonstrates the use of [substitution expressions](https://docs.solace.com/Messaging/Substitution-Expressions-Overview.htm) for flexible REST requests. @@ -48,7 +48,7 @@ This example will create the following resources: ## Running the Example -### Access to a PubSub+ Event Broker +### Access to a PubSub+ Appliance If you don't already have access to a broker, see the [Developers page](https://www.solace.dev/) for options to get started.