|
1 | 1 | { |
2 | 2 | "path": ".", |
3 | 3 | "variables": { |
| 4 | + "access_tags": { |
| 5 | + "name": "access_tags", |
| 6 | + "type": "list(string)", |
| 7 | + "description": "A list of access tags to apply to the MongoDB instance created by the module, see https://cloud.ibm.com/docs/account?topic=account-access-tags-tutorial for more details", |
| 8 | + "default": [], |
| 9 | + "source": [ |
| 10 | + "ibm_resource_tag.mongodb_tag.count", |
| 11 | + "ibm_resource_tag.mongodb_tag.tags" |
| 12 | + ], |
| 13 | + "pos": { |
| 14 | + "filename": "variables.tf", |
| 15 | + "line": 35 |
| 16 | + }, |
| 17 | + "min_length": 1, |
| 18 | + "max_length": 128, |
| 19 | + "matches": "^[A-Za-z0-9:_ .-]+$", |
| 20 | + "computed": true, |
| 21 | + "elem": { |
| 22 | + "type": "TypeString" |
| 23 | + } |
| 24 | + }, |
4 | 25 | "admin_pass": { |
5 | 26 | "name": "admin_pass", |
6 | 27 | "type": "string", |
|
11 | 32 | ], |
12 | 33 | "pos": { |
13 | 34 | "filename": "variables.tf", |
14 | | - "line": 122 |
| 35 | + "line": 135 |
15 | 36 | } |
16 | 37 | }, |
17 | 38 | "auto_scaling": { |
|
20 | 41 | "description": "Optional rules to allow the database to increase resources in response to usage. Only a single autoscaling block is allowed. Make sure you understand the effects of autoscaling, especially for production environments. See https://cloud.ibm.com/docs/databases-for-mongodb?topic=databases-for-mongodb-autoscaling\u0026interface=cli#autoscaling-considerations in the IBM Cloud Docs.", |
21 | 42 | "pos": { |
22 | 43 | "filename": "variables.tf", |
23 | | - "line": 141 |
| 44 | + "line": 154 |
24 | 45 | } |
25 | 46 | }, |
26 | 47 | "backup_encryption_key_crn": { |
|
29 | 50 | "description": "The CRN of a Key Protect key that you want to use for encrypting the disk that holds deployment backups. Only used if var.kms_encryption_enabled is set to true. BYOK for backups is available only in US regions us-south and us-east, and in eu-de. Only keys in the us-south and eu-de are durable to region failures. To ensure that your backups are available even if a region failure occurs, use a key from us-south or eu-de. Hyper Protect Crypto Services for IBM Cloud Databases backups is not currently supported. If no value is passed here, the value passed for the 'kms_key_crn' variable is used. And if a HPCS value is passed for var.kms_key_crn, the database backup encryption uses the default encryption keys.", |
30 | 51 | "pos": { |
31 | 52 | "filename": "variables.tf", |
32 | | - "line": 192 |
| 53 | + "line": 205 |
33 | 54 | } |
34 | 55 | }, |
35 | 56 | "cbr_rules": { |
|
46 | 67 | ], |
47 | 68 | "pos": { |
48 | 69 | "filename": "variables.tf", |
49 | | - "line": 218 |
| 70 | + "line": 231 |
50 | 71 | } |
51 | 72 | }, |
52 | 73 | "configuration": { |
|
58 | 79 | ], |
59 | 80 | "pos": { |
60 | 81 | "filename": "variables.tf", |
61 | | - "line": 35 |
| 82 | + "line": 48 |
62 | 83 | } |
63 | 84 | }, |
64 | 85 | "cpu_count": { |
|
68 | 89 | "default": 0, |
69 | 90 | "pos": { |
70 | 91 | "filename": "variables.tf", |
71 | | - "line": 97 |
| 92 | + "line": 110 |
72 | 93 | } |
73 | 94 | }, |
74 | 95 | "disk_mb": { |
|
78 | 99 | "default": 10240, |
79 | 100 | "pos": { |
80 | 101 | "filename": "variables.tf", |
81 | | - "line": 90 |
| 102 | + "line": 103 |
82 | 103 | } |
83 | 104 | }, |
84 | 105 | "endpoints": { |
|
93 | 114 | ], |
94 | 115 | "pos": { |
95 | 116 | "filename": "variables.tf", |
96 | | - "line": 72 |
| 117 | + "line": 85 |
97 | 118 | }, |
98 | 119 | "options": "public, private, public-and-private" |
99 | 120 | }, |
|
106 | 127 | ], |
107 | 128 | "pos": { |
108 | 129 | "filename": "variables.tf", |
109 | | - "line": 208 |
| 130 | + "line": 221 |
110 | 131 | }, |
111 | 132 | "immutable": true, |
112 | 133 | "computed": true |
|
134 | 155 | ], |
135 | 156 | "pos": { |
136 | 157 | "filename": "variables.tf", |
137 | | - "line": 172 |
| 158 | + "line": 185 |
138 | 159 | } |
139 | 160 | }, |
140 | 161 | "kms_key_crn": { |
|
146 | 167 | ], |
147 | 168 | "pos": { |
148 | 169 | "filename": "variables.tf", |
149 | | - "line": 178 |
| 170 | + "line": 191 |
150 | 171 | }, |
151 | 172 | "immutable": true |
152 | 173 | }, |
|
157 | 178 | "default": 3, |
158 | 179 | "pos": { |
159 | 180 | "filename": "variables.tf", |
160 | | - "line": 104 |
| 181 | + "line": 117 |
161 | 182 | } |
162 | 183 | }, |
163 | 184 | "memory_mb": { |
|
167 | 188 | "default": 1024, |
168 | 189 | "pos": { |
169 | 190 | "filename": "variables.tf", |
170 | | - "line": 83 |
| 191 | + "line": 96 |
171 | 192 | } |
172 | 193 | }, |
173 | 194 | "mongodb_version": { |
|
179 | 200 | ], |
180 | 201 | "pos": { |
181 | 202 | "filename": "variables.tf", |
182 | | - "line": 47 |
| 203 | + "line": 60 |
183 | 204 | }, |
184 | 205 | "immutable": true, |
185 | 206 | "computed": true |
|
239 | 260 | ], |
240 | 261 | "pos": { |
241 | 262 | "filename": "variables.tf", |
242 | | - "line": 61 |
| 263 | + "line": 74 |
243 | 264 | }, |
244 | 265 | "cloud_data_type": "resource_group", |
245 | 266 | "immutable": true, |
|
258 | 279 | ], |
259 | 280 | "pos": { |
260 | 281 | "filename": "variables.tf", |
261 | | - "line": 111 |
| 282 | + "line": 124 |
262 | 283 | } |
263 | 284 | }, |
264 | 285 | "skip_iam_authorization_policy": { |
|
268 | 289 | "default": false, |
269 | 290 | "pos": { |
270 | 291 | "filename": "variables.tf", |
271 | | - "line": 202 |
| 292 | + "line": 215 |
272 | 293 | } |
273 | 294 | }, |
274 | 295 | "tags": { |
|
282 | 303 | ], |
283 | 304 | "pos": { |
284 | 305 | "filename": "variables.tf", |
285 | | - "line": 66 |
| 306 | + "line": 79 |
286 | 307 | } |
287 | 308 | }, |
288 | 309 | "users": { |
|
298 | 319 | ], |
299 | 320 | "pos": { |
300 | 321 | "filename": "variables.tf", |
301 | | - "line": 129 |
| 322 | + "line": 142 |
302 | 323 | } |
303 | 324 | } |
304 | 325 | }, |
|
454 | 475 | }, |
455 | 476 | "pos": { |
456 | 477 | "filename": "main.tf", |
457 | | - "line": 166 |
| 478 | + "line": 173 |
| 479 | + } |
| 480 | + }, |
| 481 | + "ibm_resource_tag.mongodb_tag": { |
| 482 | + "mode": "managed", |
| 483 | + "type": "ibm_resource_tag", |
| 484 | + "name": "mongodb_tag", |
| 485 | + "attributes": { |
| 486 | + "count": "access_tags", |
| 487 | + "tags": "access_tags" |
| 488 | + }, |
| 489 | + "provider": { |
| 490 | + "name": "ibm" |
| 491 | + }, |
| 492 | + "pos": { |
| 493 | + "filename": "main.tf", |
| 494 | + "line": 123 |
458 | 495 | } |
459 | 496 | } |
460 | 497 | }, |
|
474 | 511 | }, |
475 | 512 | "pos": { |
476 | 513 | "filename": "main.tf", |
477 | | - "line": 195 |
| 514 | + "line": 202 |
478 | 515 | } |
479 | 516 | } |
480 | 517 | }, |
|
552 | 589 | }, |
553 | 590 | "pos": { |
554 | 591 | "filename": "main.tf", |
555 | | - "line": 127 |
| 592 | + "line": 134 |
556 | 593 | } |
557 | 594 | } |
558 | 595 | } |
|
0 commit comments