Skip to content

Commit 62fe692

Browse files
committed
docs(resource): restore_to_point_in_time uses attribute (= {}) syntax
It is a SingleNestedAttribute, so HCL requires restore_to_point_in_time = { ... }, not block syntax. The example showed block syntax; corrected.
1 parent 1759e99 commit 62fe692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/resource/descriptions/postgres_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Rules and caveats:
206206
cloud_provider = "aws"
207207
region = "us-east-1"
208208
size = "r6gd.large"
209-
restore_to_point_in_time {
209+
restore_to_point_in_time = {
210210
source_id = clickhouse_postgres_service.primary.id
211211
restore_target = "2026-06-01T12:00:00Z"
212212
}

0 commit comments

Comments
 (0)