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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@
3
3
All notable changes to this project will be documented in this file.
4
4
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
5
5
6
+
# 2.1.1 (6th Feb 2025)
7
+
8
+
### Added
9
+
10
+
- Documentation related to using the [Redis Cloud Private Service Connect Module](https://github.com/RedisLabs/terraform-rediscloud-private-service-connect)
Copy file name to clipboardExpand all lines: docs/resources/rediscloud_active_active_private_service_connect_endpoint.md
+92Lines changed: 92 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,98 @@ resource "rediscloud_active_active_private_service_connect_endpoint_accepter" "a
172
172
173
173
```
174
174
175
+
## Example Usage with Redis Private Service Connect Module
176
+
177
+
The example below creates a Private Service Connect Endpoint in an Active-Active subscription using the [Redis Cloud PSC Terraform module](https://registry.terraform.io/modules/RedisLabs/private-service-connect/rediscloud/latest).
178
+
We recommend using the module as it simplifies the Terraform configuration.
## Example Usage with Redis Private Service Connect Module
136
+
137
+
The example below creates a Private Service Connect Endpoint in a Pro subscription using the [Redis Cloud PSC Terraform module](https://registry.terraform.io/modules/RedisLabs/private-service-connect/rediscloud/latest).
138
+
We recommend using the module as it simplifies the Terraform configuration.
0 commit comments