Skip to content

Commit

Permalink
Examples updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Feb 8, 2024
1 parent a09012c commit 5b99399
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions examples/non-exclusive-queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,14 @@ The module `queue` output refers to the created queue.

If you don't already have access to a broker, refer to the [Developers page](https://www.solace.dev/) to get started.

### PubSub+ Broker Manager

You can verify configuration changes using the [PubSub+ Broker Manager Web UI](https://docs.solace.com/Admin/Broker-Manager/PubSub-Manager-Overview.htm)

### Adjust Provider Configuration

Adjust the [provider parameters](https://registry.terraform.io/providers/SolaceProducts/solacebroker/latest/docs#schema) in `main.tf` according to your broker. The example configuration shows settings for a local broker running in Docker.

### Create the resource

Hint: You can verify configuration changes on the broker, before and after, using the [PubSub+ Broker Manager Web UI](https://docs.solace.com/Admin/Broker-Manager/PubSub-Manager-Overview.htm)

Execute from this folder:

```bash
Expand All @@ -44,7 +42,7 @@ $ terraform plan
$ terraform apply
```

Run `terraform destroy` to clean up created resources.
Run `terraform destroy` to clean up created resources when no longer needed.

## Additional Documentation

Expand Down

0 comments on commit 5b99399

Please sign in to comment.