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: docs/resources/postgresflex_instance.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ import {
43
43
### Required
44
44
45
45
-`acl` (List of String) The Access Control List (ACL) for the PostgresFlex instance.
46
-
-`backup_schedule` (String)
46
+
-`backup_schedule` (String) The schedule for on what time and how often the database backup will be created. Must be a valid cron expression using numeric minute and hour values, e.g: '0 2 * * *'.
47
47
-`flavor` (Attributes) (see [below for nested schema](#nestedatt--flavor))
48
48
-`name` (String) Instance name.
49
49
-`project_id` (String) STACKIT project ID to which the instance is associated.
50
-
-`replicas` (Number)
50
+
-`replicas` (Number) How many replicas the instance should have. Valid values are 1 for single mode or 3 for replication.
51
51
-`storage` (Attributes) (see [below for nested schema](#nestedatt--storage))
"main": "Postgres Flex instance resource schema. Must have a `region` specified in the provider configuration.",
151
-
"id": "Terraform's internal resource ID. It is structured as \"`project_id`,`region`,`instance_id`\".",
152
-
"instance_id": "ID of the PostgresFlex instance.",
153
-
"project_id": "STACKIT project ID to which the instance is associated.",
154
-
"name": "Instance name.",
155
-
"acl": "The Access Control List (ACL) for the PostgresFlex instance.",
156
-
"region": "The resource region. If not defined, the provider region is used.",
150
+
"main": "Postgres Flex instance resource schema. Must have a `region` specified in the provider configuration.",
151
+
"id": "Terraform's internal resource ID. It is structured as \"`project_id`,`region`,`instance_id`\".",
152
+
"instance_id": "ID of the PostgresFlex instance.",
153
+
"project_id": "STACKIT project ID to which the instance is associated.",
154
+
"name": "Instance name.",
155
+
"acl": "The Access Control List (ACL) for the PostgresFlex instance.",
156
+
"region": "The resource region. If not defined, the provider region is used.",
157
+
"backup_schedule": "The schedule for on what time and how often the database backup will be created. Must be a valid cron expression using numeric minute and hour values, e.g: '0 2 * * *'.",
158
+
"replicas": "How many replicas the instance should have. Valid values are 1 for single mode or 3 for replication.",
0 commit comments