"
147 | ```
148 |
149 | We provide a docker image to run the pre-commit checks and tests for you: `mcr.microsoft.com/azterraform:latest`
150 |
151 | To run the pre-commit task, we can run the following command:
152 |
153 | ```shell
154 | $ docker run --rm -v $(pwd):/src -w /src mcr.microsoft.com/azterraform:latest make pre-commit
155 | ```
156 |
157 | On Windows Powershell:
158 |
159 | ```shell
160 | $ docker run --rm -v ${pwd}:/src -w /src mcr.microsoft.com/azterraform:latest make pre-commit
161 | ```
162 |
163 | In pre-commit task, we will:
164 |
165 | 1. Run `terraform fmt -recursive` command for your Terraform code.
166 | 2. Run `terrafmt fmt -f` command for markdown files and go code files to ensure that the Terraform code embedded in these files are well formatted.
167 | 3. Run `go mod tidy` and `go mod vendor` for test folder to ensure that all the dependencies have been synced.
168 | 4. Run `gofmt` for all go code files.
169 | 5. Run `gofumpt` for all go code files.
170 | 6. Run `terraform-docs` on `README.md` file, then run `markdown-table-formatter` to format markdown tables in `README.md`.
171 |
172 | Then we can run the pr-check task to check whether our code meets our pipeline's requirement(We strongly recommend you run the following command before you commit):
173 |
174 | ```shell
175 | $ docker run --rm -v $(pwd):/src -w /src -e TFLINT_CONFIG=.tflint_alt.hcl mcr.microsoft.com/azterraform:latest make pr-check
176 | ```
177 |
178 | On Windows Powershell:
179 |
180 | ```shell
181 | $ docker run --rm -v ${pwd}:/src -w /src -e TFLINT_CONFIG=.tflint_alt.hcl mcr.microsoft.com/azterraform:latest make pr-check
182 | ```
183 |
184 | To run the e2e-test, we can run the following command:
185 |
186 | ```text
187 | docker run --rm -v $(pwd):/src -w /src -e ARM_SUBSCRIPTION_ID -e ARM_TENANT_ID -e ARM_CLIENT_ID -e ARM_CLIENT_SECRET mcr.microsoft.com/azterraform:latest make e2e-test
188 | ```
189 |
190 | On Windows Powershell:
191 |
192 | ```text
193 | docker run --rm -v ${pwd}:/src -w /src -e ARM_SUBSCRIPTION_ID -e ARM_TENANT_ID -e ARM_CLIENT_ID -e ARM_CLIENT_SECRET mcr.microsoft.com/azterraform:latest make e2e-test
194 | ```
195 |
196 | ## Prerequisites
197 |
198 | - [Docker](https://www.docker.com/community-edition#/download)
199 |
200 | ## Authors
201 |
202 | Originally created by [Eugene Chuvyrov](http://github.com/echuvyrov)
203 |
204 | ## License
205 |
206 | [MIT](LICENSE)
207 |
208 |
209 | ## Requirements
210 |
211 | | Name | Version |
212 | |------|---------|
213 | | [terraform](#requirement\_terraform) | >= 1.3 |
214 | | [azurerm](#requirement\_azurerm) | >= 3.0, < 4.0 |
215 |
216 | ## Providers
217 |
218 | | Name | Version |
219 | |------|---------|
220 | | [azurerm](#provider\_azurerm) | >= 3.0, < 4.0 |
221 |
222 | ## Modules
223 |
224 | No modules.
225 |
226 | ## Resources
227 |
228 | | Name | Type |
229 | |------|------|
230 | | [azurerm_subnet.subnet_count](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet) | resource |
231 | | [azurerm_subnet.subnet_for_each](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet) | resource |
232 | | [azurerm_virtual_network.vnet](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/virtual_network) | resource |
233 | | [azurerm_resource_group.network](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group) | data source |
234 |
235 | ## Inputs
236 |
237 | | Name | Description | Type | Default | Required |
238 | |------|-------------|------|---------|:--------:|
239 | | [address\_space](#input\_address\_space) | The address space that is used by the virtual network. | `string` | `"10.0.0.0/16"` | no |
240 | | [address\_spaces](#input\_address\_spaces) | The list of the address spaces that is used by the virtual network. | `list(string)` | `[]` | no |
241 | | [dns\_servers](#input\_dns\_servers) | The DNS servers to be used with vNet. | `list(string)` | `[]` | no |
242 | | [resource\_group\_location](#input\_resource\_group\_location) | The location/region where the virtual network is created. Changing this forces a new resource to be created. | `string` | `null` | no |
243 | | [resource\_group\_name](#input\_resource\_group\_name) | The name of an existing resource group to be imported. | `string` | n/a | yes |
244 | | [subnet\_delegation](#input\_subnet\_delegation) | `service_delegation` blocks for `azurerm_subnet` resource, subnet names as keys, list of delegation blocks as value, more details about delegation block could be found at the [document](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/subnet#delegation). | map(list(object({
name = string
service_delegation = object({
name = string
actions = optional(list(string))
})
}))) | `{}` | no |
245 | | [subnet\_enforce\_private\_link\_endpoint\_network\_policies](#input\_subnet\_enforce\_private\_link\_endpoint\_network\_policies) | A map with key (string) `subnet name`, value (bool) `true` or `false` to indicate enable or disable network policies for the private link endpoint on the subnet. Default value is false. | `map(bool)` | `{}` | no |
246 | | [subnet\_names](#input\_subnet\_names) | A list of public subnets inside the vNet. | `list(string)` | [
"subnet1"
]
| no |
247 | | [subnet\_prefixes](#input\_subnet\_prefixes) | The address prefix to use for the subnet. | `list(string)` | [
"10.0.1.0/24"
]
| no |
248 | | [subnet\_service\_endpoints](#input\_subnet\_service\_endpoints) | A map with key (string) `subnet name`, value (list(string)) to indicate enabled service endpoints on the subnet. Default value is []. | `map(list(string))` | `{}` | no |
249 | | [tags](#input\_tags) | The tags to associate with your network and subnets. | `map(string)` | {
"environment": "dev"
} | no |
250 | | [tracing\_tags\_enabled](#input\_tracing\_tags\_enabled) | Whether enable tracing tags that generated by BridgeCrew Yor. | `bool` | `false` | no |
251 | | [tracing\_tags\_prefix](#input\_tracing\_tags\_prefix) | Default prefix for generated tracing tags | `string` | `"avm_"` | no |
252 | | [use\_for\_each](#input\_use\_for\_each) | Use `for_each` instead of `count` to create multiple resource instances. | `bool` | n/a | yes |
253 | | [vnet\_name](#input\_vnet\_name) | Name of the vnet to create. | `string` | `"acctvnet"` | no |
254 |
255 | ## Outputs
256 |
257 | | Name | Description |
258 | |------|-------------|
259 | | [vnet\_address\_space](#output\_vnet\_address\_space) | The address space of the newly created vNet |
260 | | [vnet\_id](#output\_vnet\_id) | The id of the newly created vNet |
261 | | [vnet\_location](#output\_vnet\_location) | The location of the newly created vNet |
262 | | [vnet\_name](#output\_vnet\_name) | The name of the newly created vNet |
263 | | [vnet\_subnets](#output\_vnet\_subnets) | The ids of subnets created inside the newly created vNet |
264 |
265 |
--------------------------------------------------------------------------------
/examples/startup/TestRecord.md:
--------------------------------------------------------------------------------
1 | ## 28 Jan 24 00:20 UTC
2 |
3 | Success: true
4 |
5 | ### Versions
6 |
7 | Terraform v1.6.5
8 | on linux_amd64
9 | + provider registry.terraform.io/hashicorp/azurerm v3.89.0
10 | + provider registry.terraform.io/hashicorp/random v3.6.0
11 |
12 | ### Error
13 |
14 |
15 |
16 | ---
17 |
18 | ## 21 Jan 24 00:25 UTC
19 |
20 | Success: true
21 |
22 | ### Versions
23 |
24 | Terraform v1.6.5
25 | on linux_amd64
26 | + provider registry.terraform.io/hashicorp/azurerm v3.88.0
27 | + provider registry.terraform.io/hashicorp/random v3.6.0
28 |
29 | ### Error
30 |
31 |
32 |
33 | ---
34 |
35 | ## 14 Jan 24 00:20 UTC
36 |
37 | Success: true
38 |
39 | ### Versions
40 |
41 | Terraform v1.6.4
42 | on linux_amd64
43 | + provider registry.terraform.io/hashicorp/azurerm v3.87.0
44 | + provider registry.terraform.io/hashicorp/random v3.6.0
45 |
46 | ### Error
47 |
48 |
49 |
50 | ---
51 |
52 | ## 07 Jan 24 00:20 UTC
53 |
54 | Success: true
55 |
56 | ### Versions
57 |
58 | Terraform v1.6.3
59 | on linux_amd64
60 | + provider registry.terraform.io/hashicorp/azurerm v3.86.0
61 | + provider registry.terraform.io/hashicorp/random v3.6.0
62 |
63 | ### Error
64 |
65 |
66 |
67 | ---
68 |
69 | ## 31 Dec 23 00:19 UTC
70 |
71 | Success: true
72 |
73 | ### Versions
74 |
75 | Terraform v1.6.3
76 | on linux_amd64
77 | + provider registry.terraform.io/hashicorp/azurerm v3.85.0
78 | + provider registry.terraform.io/hashicorp/random v3.6.0
79 |
80 | ### Error
81 |
82 |
83 |
84 | ---
85 |
86 | ## 24 Dec 23 00:19 UTC
87 |
88 | Success: true
89 |
90 | ### Versions
91 |
92 | Terraform v1.6.3
93 | on linux_amd64
94 | + provider registry.terraform.io/hashicorp/azurerm v3.85.0
95 | + provider registry.terraform.io/hashicorp/random v3.6.0
96 |
97 | ### Error
98 |
99 |
100 |
101 | ---
102 |
103 | ## 17 Dec 23 00:21 UTC
104 |
105 | Success: true
106 |
107 | ### Versions
108 |
109 | Terraform v1.6.3
110 | on linux_amd64
111 | + provider registry.terraform.io/hashicorp/azurerm v3.85.0
112 | + provider registry.terraform.io/hashicorp/random v3.6.0
113 |
114 | ### Error
115 |
116 |
117 |
118 | ---
119 |
120 | ## 10 Dec 23 00:21 UTC
121 |
122 | Success: true
123 |
124 | ### Versions
125 |
126 | Terraform v1.6.2
127 | on linux_amd64
128 | + provider registry.terraform.io/hashicorp/azurerm v3.84.0
129 | + provider registry.terraform.io/hashicorp/random v3.6.0
130 |
131 | ### Error
132 |
133 |
134 |
135 | ---
136 |
137 | ## 03 Dec 23 00:20 UTC
138 |
139 | Success: true
140 |
141 | ### Versions
142 |
143 | Terraform v1.6.2
144 | on linux_amd64
145 | + provider registry.terraform.io/hashicorp/azurerm v3.83.0
146 | + provider registry.terraform.io/hashicorp/random v3.5.1
147 |
148 | ### Error
149 |
150 |
151 |
152 | ---
153 |
154 | ## 26 Nov 23 00:20 UTC
155 |
156 | Success: true
157 |
158 | ### Versions
159 |
160 | Terraform v1.6.2
161 | on linux_amd64
162 | + provider registry.terraform.io/hashicorp/azurerm v3.82.0
163 | + provider registry.terraform.io/hashicorp/random v3.5.1
164 |
165 | ### Error
166 |
167 |
168 |
169 | ---
170 |
171 | ## 21 Nov 23 05:53 UTC
172 |
173 | Success: true
174 |
175 | ### Versions
176 |
177 | Terraform v1.6.2
178 | on linux_amd64
179 | + provider registry.terraform.io/hashicorp/azurerm v3.81.0
180 | + provider registry.terraform.io/hashicorp/random v3.5.1
181 |
182 | ### Error
183 |
184 |
185 |
186 | ---
187 |
188 | ## 19 Nov 23 00:20 UTC
189 |
190 | Success: true
191 |
192 | ### Versions
193 |
194 | Terraform v1.6.2
195 | on linux_amd64
196 | + provider registry.terraform.io/hashicorp/azurerm v3.81.0
197 | + provider registry.terraform.io/hashicorp/random v3.5.1
198 |
199 | ### Error
200 |
201 |
202 |
203 | ---
204 |
205 | ## 12 Nov 23 00:19 UTC
206 |
207 | Success: true
208 |
209 | ### Versions
210 |
211 | Terraform v1.6.0
212 | on linux_amd64
213 | + provider registry.terraform.io/hashicorp/azurerm v3.80.0
214 | + provider registry.terraform.io/hashicorp/random v3.5.1
215 |
216 | ### Error
217 |
218 |
219 |
220 | ---
221 |
222 | ## 05 Nov 23 00:19 UTC
223 |
224 | Success: true
225 |
226 | ### Versions
227 |
228 | Terraform v1.6.0
229 | on linux_amd64
230 | + provider registry.terraform.io/hashicorp/azurerm v3.79.0
231 | + provider registry.terraform.io/hashicorp/random v3.5.1
232 |
233 | ### Error
234 |
235 |
236 |
237 | ---
238 |
239 | ## 29 Oct 23 00:19 UTC
240 |
241 | Success: true
242 |
243 | ### Versions
244 |
245 | Terraform v1.6.0
246 | on linux_amd64
247 | + provider registry.terraform.io/hashicorp/azurerm v3.78.0
248 | + provider registry.terraform.io/hashicorp/random v3.5.1
249 |
250 | ### Error
251 |
252 |
253 |
254 | ---
255 |
256 | ## 22 Oct 23 00:18 UTC
257 |
258 | Success: true
259 |
260 | ### Versions
261 |
262 | Terraform v1.5.7
263 | on linux_amd64
264 | + provider registry.terraform.io/hashicorp/azurerm v3.77.0
265 | + provider registry.terraform.io/hashicorp/random v3.5.1
266 |
267 | ### Error
268 |
269 |
270 |
271 | ---
272 |
273 | ## 15 Oct 23 00:21 UTC
274 |
275 | Success: true
276 |
277 | ### Versions
278 |
279 | Terraform v1.5.7
280 | on linux_amd64
281 | + provider registry.terraform.io/hashicorp/azurerm v3.76.0
282 | + provider registry.terraform.io/hashicorp/random v3.5.1
283 |
284 | ### Error
285 |
286 |
287 |
288 | ---
289 |
290 | ## 08 Oct 23 00:19 UTC
291 |
292 | Success: true
293 |
294 | ### Versions
295 |
296 | Terraform v1.5.6
297 | on linux_amd64
298 | + provider registry.terraform.io/hashicorp/azurerm v3.75.0
299 | + provider registry.terraform.io/hashicorp/random v3.5.1
300 |
301 | ### Error
302 |
303 |
304 |
305 | ---
306 |
307 | ## 01 Oct 23 00:20 UTC
308 |
309 | Success: true
310 |
311 | ### Versions
312 |
313 | Terraform v1.5.6
314 | on linux_amd64
315 | + provider registry.terraform.io/hashicorp/azurerm v3.75.0
316 | + provider registry.terraform.io/hashicorp/random v3.5.1
317 |
318 | ### Error
319 |
320 |
321 |
322 | ---
323 |
324 | ## 24 Sep 23 00:20 UTC
325 |
326 | Success: true
327 |
328 | ### Versions
329 |
330 | Terraform v1.5.6
331 | on linux_amd64
332 | + provider registry.terraform.io/hashicorp/azurerm v3.74.0
333 | + provider registry.terraform.io/hashicorp/random v3.5.1
334 |
335 | ### Error
336 |
337 |
338 |
339 | ---
340 |
341 | ## 17 Sep 23 00:12 UTC
342 |
343 | Success: true
344 |
345 | ### Versions
346 |
347 | Terraform v1.5.5
348 | on linux_amd64
349 | + provider registry.terraform.io/hashicorp/azurerm v3.73.0
350 | + provider registry.terraform.io/hashicorp/random v3.5.1
351 |
352 | ### Error
353 |
354 |
355 |
356 | ---
357 |
358 | ## 07 Aug 23 02:18 UTC
359 |
360 | Success: true
361 |
362 | ### Versions
363 |
364 | Terraform v1.5.1
365 | on linux_amd64
366 | + provider registry.terraform.io/hashicorp/azurerm v3.68.0
367 | + provider registry.terraform.io/hashicorp/random v3.5.1
368 |
369 | ### Error
370 |
371 |
372 |
373 | ---
374 |
375 | ## 10 Sep 23 00:19 UTC
376 |
377 | Success: true
378 |
379 | ### Versions
380 |
381 | Terraform v1.5.4
382 | on linux_amd64
383 | + provider registry.terraform.io/hashicorp/azurerm v3.72.0
384 | + provider registry.terraform.io/hashicorp/random v3.5.1
385 |
386 | ### Error
387 |
388 |
389 |
390 | ---
391 |
392 | ## 03 Sep 23 00:19 UTC
393 |
394 | Success: true
395 |
396 | ### Versions
397 |
398 | Terraform v1.5.4
399 | on linux_amd64
400 | + provider registry.terraform.io/hashicorp/azurerm v3.71.0
401 | + provider registry.terraform.io/hashicorp/random v3.5.1
402 |
403 | ### Error
404 |
405 |
406 |
407 | ---
408 |
409 | ## 27 Aug 23 00:18 UTC
410 |
411 | Success: true
412 |
413 | ### Versions
414 |
415 | Terraform v1.5.4
416 | on linux_amd64
417 | + provider registry.terraform.io/hashicorp/azurerm v3.71.0
418 | + provider registry.terraform.io/hashicorp/random v3.5.1
419 |
420 | ### Error
421 |
422 |
423 |
424 | ---
425 |
426 | ## 20 Aug 23 00:19 UTC
427 |
428 | Success: true
429 |
430 | ### Versions
431 |
432 | Terraform v1.5.3
433 | on linux_amd64
434 | + provider registry.terraform.io/hashicorp/azurerm v3.70.0
435 | + provider registry.terraform.io/hashicorp/random v3.5.1
436 |
437 | ### Error
438 |
439 |
440 |
441 | ---
442 |
443 | ## 13 Aug 23 00:18 UTC
444 |
445 | Success: true
446 |
447 | ### Versions
448 |
449 | Terraform v1.5.2
450 | on linux_amd64
451 | + provider registry.terraform.io/hashicorp/azurerm v3.69.0
452 | + provider registry.terraform.io/hashicorp/random v3.5.1
453 |
454 | ### Error
455 |
456 |
457 |
458 | ---
459 |
460 | ## 06 Aug 23 00:18 UTC
461 |
462 | Success: true
463 |
464 | ### Versions
465 |
466 | Terraform v1.5.1
467 | on linux_amd64
468 | + provider registry.terraform.io/hashicorp/azurerm v3.68.0
469 | + provider registry.terraform.io/hashicorp/random v3.5.1
470 |
471 | ### Error
472 |
473 |
474 |
475 | ---
476 |
477 | ## 30 Jul 23 00:18 UTC
478 |
479 | Success: true
480 |
481 | ### Versions
482 |
483 | Terraform v1.5.1
484 | on linux_amd64
485 | + provider registry.terraform.io/hashicorp/azurerm v3.67.0
486 | + provider registry.terraform.io/hashicorp/random v3.5.1
487 |
488 | ### Error
489 |
490 |
491 |
492 | ---
493 |
494 | ## 23 Jul 23 00:18 UTC
495 |
496 | Success: true
497 |
498 | ### Versions
499 |
500 | Terraform v1.5.0
501 | on linux_amd64
502 | + provider registry.terraform.io/hashicorp/azurerm v3.66.0
503 | + provider registry.terraform.io/hashicorp/random v3.5.1
504 |
505 | ### Error
506 |
507 |
508 |
509 | ---
510 |
511 | ## 16 Jul 23 00:19 UTC
512 |
513 | Success: true
514 |
515 | ### Versions
516 |
517 | Terraform v1.5.0
518 | on linux_amd64
519 | + provider registry.terraform.io/hashicorp/azurerm v3.65.0
520 | + provider registry.terraform.io/hashicorp/random v3.5.1
521 |
522 | ### Error
523 |
524 |
525 |
526 | ---
527 |
528 | ## 09 Jul 23 00:18 UTC
529 |
530 | Success: true
531 |
532 | ### Versions
533 |
534 | Terraform v1.5.0
535 | on linux_amd64
536 | + provider registry.terraform.io/hashicorp/azurerm v3.64.0
537 | + provider registry.terraform.io/hashicorp/random v3.5.1
538 |
539 | ### Error
540 |
541 |
542 |
543 | ---
544 |
545 | ## 25 Jun 23 00:20 UTC
546 |
547 | Success: true
548 |
549 | ### Versions
550 |
551 | Terraform v1.5.0
552 | on linux_amd64
553 | + provider registry.terraform.io/hashicorp/azurerm v3.62.1
554 | + provider registry.terraform.io/hashicorp/random v3.5.1
555 |
556 | ### Error
557 |
558 |
559 |
560 | ---
561 |
562 | ## 18 Jun 23 00:19 UTC
563 |
564 | Success: true
565 |
566 | ### Versions
567 |
568 | Terraform v1.4.6
569 | on linux_amd64
570 | + provider registry.terraform.io/hashicorp/azurerm v3.61.0
571 | + provider registry.terraform.io/hashicorp/random v3.5.1
572 |
573 | ### Error
574 |
575 |
576 |
577 | ---
578 |
579 | ## 11 Jun 23 00:19 UTC
580 |
581 | Success: true
582 |
583 | ### Versions
584 |
585 | Terraform v1.4.6
586 | on linux_amd64
587 | + provider registry.terraform.io/hashicorp/azurerm v3.60.0
588 | + provider registry.terraform.io/hashicorp/random v3.5.1
589 |
590 | ### Error
591 |
592 |
593 |
594 | ---
595 |
596 | ## 06 Jun 23 08:33 UTC
597 |
598 | Success: true
599 |
600 | ### Versions
601 |
602 | Terraform v1.4.6
603 | on linux_amd64
604 | + provider registry.terraform.io/hashicorp/azurerm v3.59.0
605 | + provider registry.terraform.io/hashicorp/random v3.5.1
606 |
607 | ### Error
608 |
609 |
610 |
611 | ---
612 |
613 | ## 06 Jun 23 08:33 UTC
614 |
615 | Success: true
616 |
617 | ### Versions
618 |
619 | Terraform v1.4.6
620 | on linux_amd64
621 | + provider registry.terraform.io/hashicorp/azurerm v3.59.0
622 | + provider registry.terraform.io/hashicorp/random v3.5.1
623 |
624 | ### Error
625 |
626 |
627 |
628 | ---
629 |
630 | ## 04 Jun 23 00:19 UTC
631 |
632 | Success: true
633 |
634 | ### Versions
635 |
636 | Terraform v1.4.6
637 | on linux_amd64
638 | + provider registry.terraform.io/hashicorp/azurerm v3.59.0
639 | + provider registry.terraform.io/hashicorp/random v3.5.1
640 |
641 | ### Error
642 |
643 |
644 |
645 | ---
646 |
647 | ## 28 May 23 00:19 UTC
648 |
649 | Success: true
650 |
651 | ### Versions
652 |
653 | Terraform v1.4.5
654 | on linux_amd64
655 | + provider registry.terraform.io/hashicorp/azurerm v3.58.0
656 | + provider registry.terraform.io/hashicorp/random v3.5.1
657 |
658 | ### Error
659 |
660 |
661 |
662 | ---
663 |
664 | ## 21 May 23 00:19 UTC
665 |
666 | Success: true
667 |
668 | ### Versions
669 |
670 | Terraform v1.4.5
671 | on linux_amd64
672 | + provider registry.terraform.io/hashicorp/azurerm v3.57.0
673 | + provider registry.terraform.io/hashicorp/random v3.5.1
674 |
675 | ### Error
676 |
677 |
678 |
679 | ---
680 |
681 | ## 14 May 23 00:18 UTC
682 |
683 | Success: true
684 |
685 | ### Versions
686 |
687 | Terraform v1.4.5
688 | on linux_amd64
689 | + provider registry.terraform.io/hashicorp/azurerm v3.56.0
690 | + provider registry.terraform.io/hashicorp/random v3.5.1
691 |
692 | ### Error
693 |
694 |
695 |
696 | ---
697 |
698 | ## 08 May 23 06:39 UTC
699 |
700 | Success: true
701 |
702 | ### Versions
703 |
704 | Terraform v1.4.5
705 | on linux_amd64
706 | + provider registry.terraform.io/hashicorp/azurerm v3.55.0
707 | + provider registry.terraform.io/hashicorp/random v3.5.1
708 |
709 | ### Error
710 |
711 |
712 |
713 | ---
714 |
715 | ## 07 May 23 00:18 UTC
716 |
717 | Success: true
718 |
719 | ### Versions
720 |
721 | Terraform v1.4.5
722 | on linux_amd64
723 | + provider registry.terraform.io/hashicorp/azurerm v3.55.0
724 | + provider registry.terraform.io/hashicorp/random v3.5.1
725 |
726 | ### Error
727 |
728 |
729 |
730 | ---
731 |
732 | ## 30 Apr 23 00:18 UTC
733 |
734 | Success: true
735 |
736 | ### Versions
737 |
738 | Terraform v1.4.5
739 | on linux_amd64
740 | + provider registry.terraform.io/hashicorp/azurerm v3.54.0
741 | + provider registry.terraform.io/hashicorp/random v3.5.1
742 |
743 | ### Error
744 |
745 |
746 |
747 | ---
748 |
749 | ## 23 Apr 23 00:18 UTC
750 |
751 | Success: true
752 |
753 | ### Versions
754 |
755 | Terraform v1.4.4
756 | on linux_amd64
757 | + provider registry.terraform.io/hashicorp/azurerm v3.53.0
758 | + provider registry.terraform.io/hashicorp/random v3.5.1
759 |
760 | ### Error
761 |
762 |
763 |
764 | ---
765 |
766 | ## 18 Apr 23 01:28 UTC
767 |
768 | Success: true
769 |
770 | ### Versions
771 |
772 | Terraform v1.4.3
773 | on linux_amd64
774 | + provider registry.terraform.io/hashicorp/azurerm v3.52.0
775 | + provider registry.terraform.io/hashicorp/random v3.5.1
776 |
777 | ### Error
778 |
779 |
780 |
781 | ---
782 |
783 | ## 16 Apr 23 00:19 UTC
784 |
785 | Success: true
786 |
787 | ### Versions
788 |
789 | Terraform v1.4.3
790 | on linux_amd64
791 | + provider registry.terraform.io/hashicorp/azurerm v3.52.0
792 | + provider registry.terraform.io/hashicorp/random v3.5.1
793 |
794 | ### Error
795 |
796 |
797 |
798 | ---
799 |
800 | ## 09 Apr 23 00:17 UTC
801 |
802 | Success: true
803 |
804 | ### Versions
805 |
806 | Terraform v1.4.2
807 | on linux_amd64
808 | + provider registry.terraform.io/hashicorp/azurerm v3.51.0
809 | + provider registry.terraform.io/hashicorp/random v3.4.3
810 |
811 | ### Error
812 |
813 |
814 |
815 | ---
816 |
817 | ## 02 Apr 23 00:19 UTC
818 |
819 | Success: true
820 |
821 | ### Versions
822 |
823 | Terraform v1.4.1
824 | on linux_amd64
825 | + provider registry.terraform.io/hashicorp/azurerm v3.50.0
826 | + provider registry.terraform.io/hashicorp/random v3.4.3
827 |
828 | ### Error
829 |
830 |
831 |
832 | ---
833 |
834 | ## 26 Mar 23 00:19 UTC
835 |
836 | Success: true
837 |
838 | ### Versions
839 |
840 | Terraform v1.4.1
841 | on linux_amd64
842 | + provider registry.terraform.io/hashicorp/azurerm v3.49.0
843 | + provider registry.terraform.io/hashicorp/random v3.4.3
844 |
845 | ### Error
846 |
847 |
848 |
849 | ---
850 |
851 | ## 20 Mar 23 09:31 UTC
852 |
853 | Success: true
854 |
855 | ### Versions
856 |
857 | Terraform v1.4.0
858 | on linux_amd64
859 | + provider registry.terraform.io/hashicorp/azurerm v3.48.0
860 | + provider registry.terraform.io/hashicorp/random v3.4.3
861 |
862 | ### Error
863 |
864 |
865 |
866 | ---
867 |
868 | ## 28 Feb 23 01:30 UTC
869 |
870 | Success: true
871 |
872 | ### Versions
873 |
874 | Terraform v1.3.8
875 | on linux_amd64
876 | + provider registry.terraform.io/hashicorp/azurerm v3.45.0
877 | + provider registry.terraform.io/hashicorp/random v3.4.3
878 |
879 | ### Error
880 |
881 |
882 |
883 | ---
884 |
885 | ## 27 Feb 23 04:44 UTC
886 |
887 | Success: true
888 |
889 | ### Versions
890 |
891 | Terraform v1.3.8
892 | on linux_amd64
893 | + provider registry.terraform.io/hashicorp/azurerm v3.45.0
894 | + provider registry.terraform.io/hashicorp/random v3.4.3
895 |
896 | ### Error
897 |
898 |
899 |
900 | ---
901 |
902 | ## 22 Feb 23 14:18 UTC
903 |
904 | Success: true
905 |
906 | ### Versions
907 |
908 | Terraform v1.3.7
909 | on linux_amd64
910 | + provider registry.terraform.io/hashicorp/azurerm v3.44.1
911 | + provider registry.terraform.io/hashicorp/random v3.4.3
912 |
913 | ### Error
914 |
915 |
916 |
917 | ---
918 |
919 | ## 18 Feb 23 11:09 UTC
920 |
921 | Success: true
922 |
923 | ### Versions
924 |
925 | Terraform v1.3.7
926 | on linux_amd64
927 | + provider registry.terraform.io/hashicorp/azurerm v3.44.1
928 | + provider registry.terraform.io/hashicorp/random v3.4.3
929 |
930 | ### Error
931 |
932 |
933 |
934 | ---
935 |
936 |
--------------------------------------------------------------------------------