Skip to content

Commit 2c6d66e

Browse files
authored
Add changelog in prep for release (#4)
1 parent 4a24799 commit 2c6d66e

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
5+
6+
## 1.0.0
7+
8+
### Added
9+
10+
- Initial version of the module which provision Private Service Connect service and endpoints for Active-Active and Pro
11+
subscriptions and related GCP resources.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ provider "gcp" {
1515
}
1616
1717
module "psc" {
18-
source = "RedisLabs/private_service_connect/rediscloud"
18+
source = "RedisLabs/private-service-connect/rediscloud"
1919
2020
rediscloud_subscription_type = "active-active"
2121
rediscloud_subscription_id = var.subscription_id
2222
rediscloud_region_id = var.region_id
23-
24-
gcp_region = var.gcp_region
23+
24+
gcp_region = var.gcp_region
2525
2626
endpoints = [
2727
{
@@ -101,8 +101,8 @@ tflint --recursive
101101
* `REDISCLOUD_ACCESS_KEY` - Account Cloud API Access Key
102102
* `REDISCLOUD_SECRET_KEY` - Individual user Cloud API Secret Key
103103
* `REDISCLOUD_URL` - (Optional) Redis Cloud API Base URL
104-
* `GCP_PROJECT` - The GCP project ID
105-
* `GOOGLE_APPLICATION_CREDENTIALS` or other supported environment variables described in [Terraform GCP Provider](https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/provider_reference#authentication-configuration)
104+
* `GCP_PROJECT_ID` - The GCP project ID
105+
* `GOOGLE_CREDENTIALS` or other supported environment variables described in [Terraform GCP Provider](https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/provider_reference#authentication-configuration)
106106

107107
```shell
108108
go test ./test

0 commit comments

Comments
 (0)