|
8 | 8 | "default": [], |
9 | 9 | "pos": { |
10 | 10 | "filename": "variables.tf", |
11 | | - "line": 113 |
| 11 | + "line": 126 |
12 | 12 | } |
13 | 13 | }, |
14 | 14 | "auto_scaling": { |
|
22 | 22 | }, |
23 | 23 | "pos": { |
24 | 24 | "filename": "variables.tf", |
25 | | - "line": 140 |
| 25 | + "line": 153 |
| 26 | + } |
| 27 | + }, |
| 28 | + "backup_crn": { |
| 29 | + "name": "backup_crn", |
| 30 | + "type": "string", |
| 31 | + "description": "The CRN of a backup resource to restore from. The backup is created by a database deployment with the same service ID. The backup is loaded after provisioning and the new deployment starts up that uses that data. A backup CRN is in the format crn:v1:\u003c…\u003e:backup:. If omitted, the database is provisioned empty.", |
| 32 | + "source": [ |
| 33 | + "ibm_database.postgresql_db.backup_id" |
| 34 | + ], |
| 35 | + "pos": { |
| 36 | + "filename": "variables.tf", |
| 37 | + "line": 56 |
26 | 38 | } |
27 | 39 | }, |
28 | 40 | "backup_encryption_key_crn": { |
|
31 | 43 | "description": "(Optional) The CRN of a key protect key, that you want to use for encrypting disk that holds deployment backups. If null, will use 'key_protect_key_crn' as encryption key. If 'key_protect_key_crn' is also null database is encrypted by using randomly generated keys.", |
32 | 44 | "pos": { |
33 | 45 | "filename": "variables.tf", |
34 | | - "line": 183 |
| 46 | + "line": 196 |
35 | 47 | } |
36 | 48 | }, |
37 | 49 | "cbr_rules": { |
|
48 | 60 | ], |
49 | 61 | "pos": { |
50 | 62 | "filename": "variables.tf", |
51 | | - "line": 194 |
| 63 | + "line": 207 |
52 | 64 | } |
53 | 65 | }, |
54 | 66 | "configuration": { |
|
60 | 72 | ], |
61 | 73 | "pos": { |
62 | 74 | "filename": "variables.tf", |
63 | | - "line": 122 |
| 75 | + "line": 135 |
64 | 76 | } |
65 | 77 | }, |
66 | 78 | "key_protect_key_crn": { |
|
72 | 84 | ], |
73 | 85 | "pos": { |
74 | 86 | "filename": "variables.tf", |
75 | | - "line": 177 |
| 87 | + "line": 190 |
76 | 88 | }, |
77 | 89 | "immutable": true |
78 | 90 | }, |
|
83 | 95 | "default": "3", |
84 | 96 | "pos": { |
85 | 97 | "filename": "variables.tf", |
86 | | - "line": 69 |
| 98 | + "line": 82 |
87 | 99 | } |
88 | 100 | }, |
89 | 101 | "member_disk_mb": { |
|
93 | 105 | "default": "5120", |
94 | 106 | "pos": { |
95 | 107 | "filename": "variables.tf", |
96 | | - "line": 56 |
| 108 | + "line": 69 |
97 | 109 | } |
98 | 110 | }, |
99 | 111 | "member_memory_mb": { |
|
113 | 125 | "default": 3, |
114 | 126 | "pos": { |
115 | 127 | "filename": "variables.tf", |
116 | | - "line": 84 |
| 128 | + "line": 97 |
117 | 129 | } |
118 | 130 | }, |
119 | 131 | "name": { |
|
200 | 212 | ], |
201 | 213 | "pos": { |
202 | 214 | "filename": "variables.tf", |
203 | | - "line": 107 |
| 215 | + "line": 120 |
204 | 216 | }, |
205 | 217 | "min_length": 1, |
206 | 218 | "max_length": 128, |
|
220 | 232 | ], |
221 | 233 | "pos": { |
222 | 234 | "filename": "variables.tf", |
223 | | - "line": 97 |
| 235 | + "line": 110 |
224 | 236 | }, |
225 | 237 | "options": "public, private, public-and-private" |
226 | 238 | } |
|
273 | 285 | "type": "ibm_database", |
274 | 286 | "name": "postgresql_db", |
275 | 287 | "attributes": { |
| 288 | + "backup_id": "backup_crn", |
276 | 289 | "configuration": "configuration", |
277 | 290 | "key_protect_key": "key_protect_key_crn", |
278 | 291 | "location": "region", |
|
351 | 364 | }, |
352 | 365 | "pos": { |
353 | 366 | "filename": "main.tf", |
354 | | - "line": 95 |
| 367 | + "line": 96 |
355 | 368 | } |
356 | 369 | } |
357 | 370 | } |
|
0 commit comments