diff --git a/.automation/test/arm/arm_bad_1.json b/.automation/test/arm/arm_bad_1.json index 27188d96..ded8762b 100644 --- a/.automation/test/arm/arm_bad_1.json +++ b/.automation/test/arm/arm_bad_1.json @@ -31,7 +31,7 @@ { "name": "[variables('Network.Name')]", "type": "Microsoft.Network/virtualNetworks", - "apiVersion": "2019-12-01", + "apiVersion": "2021-05-01", "tags": "[variables('Network.Tags')]", "properties": { "addressSpace": { @@ -50,4 +50,4 @@ "value": "[reference(resourceId('Microsoft.Network/virtualNetworks',variables('Network.Name')), '2019-12-01', 'Full')]" } } -} \ No newline at end of file +} diff --git a/.automation/test/arm/arm_good_1.json b/.automation/test/arm/arm_good_1.json index 9d5bfb83..8444b5b9 100644 --- a/.automation/test/arm/arm_good_1.json +++ b/.automation/test/arm/arm_good_1.json @@ -22,7 +22,7 @@ "resources": [ { "type": "Microsoft.Storage/storageAccounts", - "apiVersion": "2019-06-01", + "apiVersion": "2021-05-01", "name": "[concat('store', uniquestring(resourceGroup().id))]", "location": "[parameters('location')]", "kind": "StorageV2", diff --git a/.automation/test/terraform_terrascan/good/terraform-terrascan_good_1.tf b/.automation/test/terraform_terrascan/good/terraform-terrascan_good_1.tf index 39afe51c..652e38d7 100644 --- a/.automation/test/terraform_terrascan/good/terraform-terrascan_good_1.tf +++ b/.automation/test/terraform_terrascan/good/terraform-terrascan_good_1.tf @@ -2,6 +2,7 @@ resource "aws_instance" "instanceWithVpc" { ami = "some-id" instance_type = "t2.micro" monitoring = true + ebs_optimized = true vpc_security_group_ids = ["sg-12345678901234567"] subnet_id = "subnet-12345678901234567"