Skip to content

Commit c5a8c18

Browse files
committed
Publish Package Metadata for timescale@2.5.0
1 parent b16fdf6 commit c5a8c18

2 files changed

Lines changed: 17 additions & 11 deletions

File tree

themes/default/content/registry/packages/timescale/_index.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# WARNING: this file was fetched from https://djoiyj6oj2oxz.cloudfront.net/docs/registry.opentofu.org/timescale/timescale/2.4.0/index.md
2+
# WARNING: this file was fetched from https://djoiyj6oj2oxz.cloudfront.net/docs/registry.opentofu.org/timescale/timescale/2.5.0/index.md
33
# Do not edit by hand unless you're certain you know what you are doing!
44
# *** WARNING: This file was auto-generated. Do not edit by hand unless you're certain you know what you are doing! ***
55
title: Timescale Provider
@@ -73,7 +73,8 @@ const tf_test = new timescale.Service("tf-test", {
7373
memoryGb: 2,
7474
regionCode: "us-west-2",
7575
connectionPoolerEnabled: true,
76-
enableHaReplica: true,
76+
haReplicas: 1,
77+
syncReplicas: 0,
7778
});
7879
export const hostAddr = tf_test.hostname;
7980
export const hostPort = tf_test.port;
@@ -111,7 +112,8 @@ tf_test = timescale.Service("tf-test",
111112
memory_gb=2,
112113
region_code="us-west-2",
113114
connection_pooler_enabled=True,
114-
enable_ha_replica=True)
115+
ha_replicas=1,
116+
sync_replicas=0)
115117
pulumi.export("hostAddr", tf_test.hostname)
116118
pulumi.export("hostPort", tf_test.port)
117119
pulumi.export("replicaAddr", tf_test.replica_hostname)
@@ -153,7 +155,8 @@ return await Deployment.RunAsync(() =>
153155
MemoryGb = 2,
154156
RegionCode = "us-west-2",
155157
ConnectionPoolerEnabled = true,
156-
EnableHaReplica = true,
158+
HaReplicas = 1,
159+
SyncReplicas = 0,
157160
});
158161

159162
return new Dictionary<string, object?>
@@ -204,7 +207,8 @@ func main() {
204207
MemoryGb: pulumi.Float64(2),
205208
RegionCode: pulumi.String("us-west-2"),
206209
ConnectionPoolerEnabled: pulumi.Bool(true),
207-
EnableHaReplica: pulumi.Bool(true),
210+
HaReplicas: pulumi.Float64(1),
211+
SyncReplicas: pulumi.Float64(0),
208212
})
209213
if err != nil {
210214
return err
@@ -251,7 +255,8 @@ resources:
251255
memoryGb: 2
252256
regionCode: us-west-2
253257
connectionPoolerEnabled: true
254-
enableHaReplica: true
258+
haReplicas: 1
259+
syncReplicas: 0
255260
outputs:
256261
## host connection info
257262
hostAddr: ${["tf-test"].hostname}
@@ -309,7 +314,8 @@ public class App {
309314
.memoryGb(2)
310315
.regionCode("us-west-2")
311316
.connectionPoolerEnabled(true)
312-
.enableHaReplica(true)
317+
.haReplicas(1)
318+
.syncReplicas(0)
313319
.build());
314320

315321
ctx.export("hostAddr", tf_test.hostname());
@@ -735,7 +741,7 @@ Please reference the [docs](https://docs.timescale.com/use-timescale/latest/regi
735741
✅ Pause/resume service <br />
736742
✅ Delete service <br />
737743
✅ Import service <br />
738-
✅ Enable High Availability replicas <br />
744+
✅ Enable High Availability replicas (all modes supported) <br />
739745
✅ Enable read replicas <br />
740746
✅ VPC peering <br />
741747
✅ AWS Transit Gateway peering <br />

themes/default/data/registry/packages/timescale.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ native: false
1010
package_status: ga
1111
publisher: timescale
1212
repo_url: https://github.com/timescale/terraform-provider-timescale
13-
schema_file_url: https://djoiyj6oj2oxz.cloudfront.net/schemas/registry.opentofu.org/timescale/timescale/2.4.0/schema.json
13+
schema_file_url: https://djoiyj6oj2oxz.cloudfront.net/schemas/registry.opentofu.org/timescale/timescale/2.5.0/schema.json
1414
title: timescale
15-
updated_on: 1753961746
16-
version: 2.4.0
15+
updated_on: 1757720149
16+
version: 2.5.0

0 commit comments

Comments
 (0)