Skip to content

Commit 79443f1

Browse files
committed
Eval example
1 parent 7ea9c26 commit 79443f1

File tree

4 files changed

+4628
-0
lines changed

4 files changed

+4628
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
"aws_ec2_capacity_reservation.invalid_type :: 'instance_type' of 't3.nano' is not allowed",
3+
"aws_instance.invalid_type :: 'instance_type' of 't2.medium' is not allowed",
4+
"aws_launch_configuration.invalid_type :: 'instance_type' of 't3.large' is not allowed",
5+
"azurerm_linux_virtual_machine.invalid-alvm :: 'size' of 'Standard_A2' is not allowed",
6+
"azurerm_linux_virtual_machine_scale_set.invalid-alvmss :: 'sku' of 'Standard_F2' is not allowed",
7+
"azurerm_windows_virtual_machine.invalid-awvm :: 'size' of 'Standard_F2' is not allowed",
8+
"azurerm_windows_virtual_machine_scale_set.invalid-awvmss :: 'sku' of 'Standard_F2' is not allowed",
9+
"google_compute_instance.invalid_type :: 'machine_type' of 'e2-medium' is not allowed",
10+
"google_compute_instance_template.invalid_type :: 'machine_type' of 'e2-medium' is not allowed"
11+
]

0 commit comments

Comments
 (0)