Skip to content

Commit

Permalink
Add documentation for PSC module and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matpimenta committed Feb 6, 2025
1 parent cb71095 commit 2102941
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)

# 2.1.1 (6th Feb 2025)

### Added

- Documentation related to using the [Redis Cloud Private Service Connect Module](https://github.com/RedisLabs/terraform-rediscloud-private-service-connect)
to simplify the Terraform configuration.

# 2.1.0 (6th Feb 2025)

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ resource "rediscloud_active_active_private_service_connect_endpoint_accepter" "a

## Example Usage with Redis Private Service Connect Module

The example below creates a Private Service Connect Endpoint in an Active-Active subscription using a Terraform module.
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).
We recommend using the module as it simplifies the Terraform configuration.

```hcl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ resource "rediscloud_private_service_connect_endpoint_accepter" "accepter" {

## Example Usage with Redis Private Service Connect Module

The example below creates a Private Service Connect Endpoint in a Pro subscription using a Terraform module.
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).
We recommend using the module as it simplifies the Terraform configuration.

```hcl
Expand Down

0 comments on commit 2102941

Please sign in to comment.