Skip to content

Commit

Permalink
Minor editorial improvements [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Jul 9, 2024
1 parent ae383f7 commit bff5b84
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions examples/adding-headers/README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions examples/using-substitution-expressions/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit bff5b84

Please sign in to comment.