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: modules/redis-cluster/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Check the [example/](https://github.com/terraform-google-modules/terraform-googl
59
59
60
60
| Name | Description |
61
61
|------|-------------|
62
-
|discovery\_endpoints| Endpoints created on each given network, for Redis clients to connect to the cluster. Currently only one endpoint is supported |
62
+
|endpoints| Endpoints created on each given network, for Redis clients to connect to the cluster. Currently only one endpoint is supported |
63
63
| id | The redis cluster instance ID |
64
64
| psc\_connections | PSC connections for discovery of the cluster topology and accessing the cluster |
65
65
| psc\_service\_attachments | The PSC service attachments of the cluster |
Copy file name to clipboardExpand all lines: modules/valkey/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,6 @@ module "valkey_cluster" {
70
70
71
71
| Name | Description |
72
72
|------|-------------|
73
-
| discovery\_endpoints | (Deprecated) Endpoints created on each given network, for valkey clients to connect to the cluster. Currently only one endpoint is supported. Use endpoints instead |
74
73
| endpoints | Endpoints for the instance |
75
74
| id | The valkey cluster instance ID |
76
75
| psc\_auto\_connection | Detailed information of a PSC connection that is created through service connectivity automation |
Copy file name to clipboardExpand all lines: modules/valkey/metadata.yaml
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -169,8 +169,6 @@ spec:
169
169
start_time_nanos = optional(string)
170
170
}))
171
171
outputs:
172
-
- name: discovery_endpoints
173
-
description: (Deprecated) Endpoints created on each given network, for valkey clients to connect to the cluster. Currently only one endpoint is supported. Use endpoints instead
description="(Deprecated) Endpoints created on each given network, for valkey clients to connect to the cluster. Currently only one endpoint is supported. Use endpoints instead"
0 commit comments