From 21029413b18774a2ec1833deaaf9dfeb6b1c6b06 Mon Sep 17 00:00:00 2001 From: Mateus Pimenta <1920261+matpimenta@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:15:45 +0000 Subject: [PATCH] Add documentation for PSC module and changelog --- CHANGELOG.md | 7 +++++++ ...cloud_active_active_private_service_connect_endpoint.md | 2 +- .../rediscloud_private_service_connect_endpoint.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc208949..75c3e04c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/resources/rediscloud_active_active_private_service_connect_endpoint.md b/docs/resources/rediscloud_active_active_private_service_connect_endpoint.md index 831fa230..f0e002f5 100644 --- a/docs/resources/rediscloud_active_active_private_service_connect_endpoint.md +++ b/docs/resources/rediscloud_active_active_private_service_connect_endpoint.md @@ -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 diff --git a/docs/resources/rediscloud_private_service_connect_endpoint.md b/docs/resources/rediscloud_private_service_connect_endpoint.md index 240a727f..9757dc24 100644 --- a/docs/resources/rediscloud_private_service_connect_endpoint.md +++ b/docs/resources/rediscloud_private_service_connect_endpoint.md @@ -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